CI: do not fail-fast
This commit is contained in:
parent
131733fb5a
commit
09a17c4ffb
1 changed files with 1 additions and 0 deletions
1
.github/workflows/ci.yml
vendored
1
.github/workflows/ci.yml
vendored
|
|
@ -14,6 +14,7 @@ on:
|
|||
jobs:
|
||||
build:
|
||||
strategy:
|
||||
fail-fast: false
|
||||
matrix:
|
||||
os: [ubuntu-latest, windows-latest]
|
||||
node-version: [16.x]
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue