Skip to content

Commit 3af7fde

Browse files
authoredFeb 23, 2022
Test LFS flake
actions#270 (comment)
1 parent 230611d commit 3af7fde

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed
 

‎.github/workflows/test.yml

+11
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,17 @@ jobs:
7373
run: __test__/verify-side-by-side.sh
7474

7575
# LFS
76+
- name: "Checkout LFS (lfs: false)"
77+
uses: ./
78+
with:
79+
repository: actions/checkout # hardcoded, otherwise doesn't work from a fork
80+
ref: test-data/v2/lfs
81+
path: lfs
82+
lfs: false
83+
- name: Add LFS Filters
84+
run: |
85+
(cd lfs; git config --local lfs.fetchexclude '**/Windows/**')
86+
7687
- name: Checkout LFS
7788
uses: ./
7889
with:

0 commit comments

Comments
 (0)
Failed to load comments.