Skip to content

Commit

Permalink
ci: fix cache in config
Browse files Browse the repository at this point in the history
  • Loading branch information
atellmer committed Dec 19, 2024
1 parent 1c676fe commit d5f9b93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,8 +29,8 @@ jobs:
- name: Cache dependencies
uses: actions/cache@v3
with:
path: ~/.yarn/cache
key: ${{ runner.os }}-yarn-${{ hashFiles('yarn.lock') }}
path: .yarn/cache
key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }}
restore-keys: |
${{ runner.os }}-yarn-
Expand Down

0 comments on commit d5f9b93

Please sign in to comment.