Skip to content

Commit

Permalink
ci: restore node_modules and cypress
Browse files Browse the repository at this point in the history
  • Loading branch information
marabesi authored Nov 12, 2023
1 parent eaefb37 commit 790b929
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,9 @@ jobs:
with:
fail-on-cache-miss: true
enableCrossOsArchive: true
path: ./node_modules
path: |
./node_modules
~/.cache/Cypress
key: ${{ hashFiles('**/package-lock.json') }}

- name: coverage
Expand Down

0 comments on commit 790b929

Please sign in to comment.