mirror of
https://github.com/actions/cache.git
synced 2024-11-12 08:48:03 +00:00
Disable fail-fast to get full coverage of failures
This commit is contained in:
parent
e43776276f
commit
23e301d35c
1
.github/workflows/workflow.yml
vendored
1
.github/workflows/workflow.yml
vendored
@ -19,6 +19,7 @@ jobs:
|
|||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, windows-latest, macOS-latest]
|
os: [ubuntu-latest, windows-latest, macOS-latest]
|
||||||
|
fail-fast: false
|
||||||
|
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user