Skip to content

Commit

Permalink
remove lfs
Browse files Browse the repository at this point in the history
  • Loading branch information
TheWillard committed May 3, 2024
1 parent 44b3af1 commit 1c2c0b6
Showing 1 changed file with 0 additions and 16 deletions.
16 changes: 0 additions & 16 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,22 +18,6 @@ jobs:
steps:
- name: Checkout
uses: actions/checkout@v4
with:
lfs: true

- name: Git LFS Pull
run: git lfs pull

- name: Create LFS file list
run: git lfs ls-files --long | cut -d ' ' -f1 | sort > .lfs-assets-id

- name: LFS Cache
uses: actions/cache@v3
with:
path: .git/lfs/objects
key: ${{ runner.os }}-lfs-${{ hashFiles('.lfs-assets-id') }}
restore-keys: |
${{ runner.os }}-lfs-

- name: ls checkout
run: ls -lha tests/test-data
Expand Down

0 comments on commit 1c2c0b6

Please sign in to comment.