diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 87360d3ba..d3b17ae4c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -73,12 +73,24 @@ jobs: run: __test__/verify-side-by-side.sh # LFS + - name: "Checkout LFS (lfs: false)" + uses: ./ + with: + repository: actions/checkout # hardcoded, otherwise doesn't work from a fork + ref: test-data/v2/lfs + path: lfs + lfs: false + - name: Add LFS Filters + run: | + cd lfs && git config --local lfs.fetchexclude "**/Windows/**" + - name: Checkout LFS uses: ./ with: repository: actions/checkout # hardcoded, otherwise doesn't work from a fork ref: test-data/v2/lfs path: lfs + clean: false lfs: true - name: Verify LFS shell: bash