We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c09017e commit 6e08ec0Copy full SHA for 6e08ec0
.github/workflows/ci.yml
@@ -11,6 +11,7 @@ jobs:
11
if: "!contains(github.event.head_commit.message, '[skip ci]')"
12
runs-on: ${{ matrix.os }}
13
strategy:
14
+ fail-fast: false
15
matrix:
16
node_version: [ '10', '12', '14' ]
17
os: ['ubuntu-latest', 'macos-latest', 'windows-latest']
0 commit comments