Skip to content

Commit

Permalink
Fix cache to github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
lsabbagh committed Mar 29, 2024
1 parent bbe369d commit 06643c4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/api-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,6 @@ jobs:
id: npm-cache
with:
path: ~/.npm
key: npm-${{ hasFiles('**/package-lock.json') }}
key: npm-${{ hashFiles('**/bun.lockb') }}
- run: bun install
- run: nps test.temp
- run: nps test.temp

0 comments on commit 06643c4

Please sign in to comment.