We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c09017e commit 0476be7Copy full SHA for 0476be7
.github/workflows/ci.yml
@@ -10,6 +10,7 @@ jobs:
10
Test:
11
if: "!contains(github.event.head_commit.message, '[skip ci]')"
12
runs-on: ${{ matrix.os }}
13
+ fail-fast: false
14
strategy:
15
matrix:
16
node_version: [ '10', '12', '14' ]
0 commit comments