mirror of
https://github.com/openpgpjs/openpgpjs.git
synced 2025-11-23 22:15:52 +00:00
CI: set fail-on-cache-miss for cached build folders
This commit is contained in:
parent
0f586241e8
commit
faeceec49e
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
@ -52,7 +52,7 @@ jobs:
|
||||
dist
|
||||
test/lib
|
||||
key: cache-${{ github.sha }}
|
||||
# ignore cache miss, since it was taken care of the `build` step and it should never occur here
|
||||
fail-on-cache-miss: true # sanity check for runner issues or misconfigurations
|
||||
- run: npm test
|
||||
|
||||
test-browsers-latest:
|
||||
@ -79,6 +79,7 @@ jobs:
|
||||
test/lib
|
||||
key: cache-${{ github.sha }}
|
||||
enableCrossOsArchive: true
|
||||
fail-on-cache-miss: true # sanity check for runner issues or misconfigurations
|
||||
|
||||
- name: Install dependencies
|
||||
# cannot use `--ignore-scripts` since playwright seems to use it to set ENV vars
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user