Skip to content

Commit

Permalink
Update ci script
Browse files Browse the repository at this point in the history
  • Loading branch information
ije committed Mar 3, 2024
1 parent 3138ab2 commit 36387e3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
name: Setup pnpm cache
with:
path: ${{ env.STORE_PATH }}
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('**/pnpm-lock.yaml') }}
key: ${{ runner.os }}-pnpm-store-${{ hashFiles('test/**') }}
restore-keys: |
${{ runner.os }}-pnpm-store-
Expand Down

0 comments on commit 36387e3

Please sign in to comment.