Skip to content

Commit

Permalink
CI: fail early on a cache miss
Browse files Browse the repository at this point in the history
  • Loading branch information
kleisauke committed Sep 24, 2023
1 parent f073ee5 commit 0966dc3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,6 +61,7 @@ jobs:
path: lib
key: ${{ needs.build.outputs.cache-key }}
enableCrossOsArchive: true
fail-on-cache-miss: true
- name: Install dependencies
run: npm install
- name: Install test dependencies
Expand Down

0 comments on commit 0966dc3

Please sign in to comment.