diff --git a/.github/workflows/test-linux.yml b/.github/workflows/test-linux.yml index 251a333c1..80b09a273 100644 --- a/.github/workflows/test-linux.yml +++ b/.github/workflows/test-linux.yml @@ -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.