Skip to content

Commit

Permalink
ci: fails when cache is missed
Browse files Browse the repository at this point in the history
  • Loading branch information
marabesi authored Nov 12, 2023
1 parent 36b07c5 commit 09b05bd
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ jobs:
uses: actions/cache@v3
id: cache_restore
with:
fail-on-cache-miss: true
path: ./node_modules
key: ${{ hashFiles('**/package-lock.json') }}

Expand Down Expand Up @@ -109,6 +110,7 @@ jobs:
uses: actions/cache@v3
id: cache_restore
with:
fail-on-cache-miss: true
path: |
./node_modules
~/.cache/Cypress
Expand Down Expand Up @@ -153,6 +155,7 @@ jobs:
uses: actions/cache@v3
id: cache_restore
with:
fail-on-cache-miss: true
path: ./node_modules
key: ${{ hashFiles('**/package-lock.json') }}

Expand Down

0 comments on commit 09b05bd

Please sign in to comment.