Skip to content

Commit

Permalink
Update tests actions to hopefully cache better
Browse files Browse the repository at this point in the history
  • Loading branch information
rosepearson committed Jun 20, 2024
1 parent 2e89d89 commit 932dd62
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,9 +29,9 @@ jobs:
uses: actions/cache@v3
with:
path: .git/lfs/objects
key: ${{ runner.os }}-lfs-${{ hashFiles('.lfs-assets-id') }}
key: ${{ matrix.os }}-lfs-${{ hashFiles('.lfs-assets-id') }}
restore-keys: |
${{ runner.os }}-lfs-
${{ matrix.os }}-lfs-
- name: Git LFS Pull
run: git lfs pull
Expand Down

0 comments on commit 932dd62

Please sign in to comment.