Skip to content

Commit 6e08ec0

Browse files
committed
ci: add fails-fast false to allow running all the jobs
1 parent c09017e commit 6e08ec0

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,7 @@ jobs:
1111
if: "!contains(github.event.head_commit.message, '[skip ci]')"
1212
runs-on: ${{ matrix.os }}
1313
strategy:
14+
fail-fast: false
1415
matrix:
1516
node_version: [ '10', '12', '14' ]
1617
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']

0 commit comments

Comments
 (0)