Skip to content

Commit

Permalink
Fix cache path
Browse files Browse the repository at this point in the history
  • Loading branch information
brianaydemir committed Feb 20, 2025
1 parent e53e38c commit 8ea1e52
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-linux.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
# Reference: https://nextjs.org/docs/pages/building-your-application/deploying/ci-build-caching#github-actions
path: |
~/.npm
${{ github.workspace }}/web_ui/frontend/.next/cache
web_ui/frontend/.next/cache
# Generate a new cache whenever packages or source files change.
key: ${{ runner.os }}-nextjs-${{ hashFiles('**/package-lock.json') }}-${{ hashFiles('**/*.js', '**/*.jsx', '**/*.ts', '**/*.tsx') }}
# If source files changed but packages didn't, rebuild from a prior cache.
Expand Down

0 comments on commit 8ea1e52

Please sign in to comment.