Skip to content

Commit

Permalink
better restore key for nextjs
Browse files Browse the repository at this point in the history
  • Loading branch information
compojoom committed Dec 17, 2024
1 parent 70c5d5f commit c59aae2
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 @@ -42,7 +42,7 @@ jobs:
/home/runner/.cache/Cypress
key: ${{ runner.os }}-nextjs-cypress-${{ hashFiles('**/yarn.lock') }}-${{ hashFiles('**/*.js', '**/*.jsx', '**/*.ts', '**/*.tsx') }}
restore-keys: |
${{ runner.os }}-nextjs-cypress-
${{ runner.os }}-nextjs-${{ hashFiles('**/yarn.lock') }}-
- name: Yarn install
if: steps.restore-yarn.outputs.cache-hit != 'true'
Expand Down

0 comments on commit c59aae2

Please sign in to comment.