Skip to content

Commit

Permalink
chore(ci): don't fail jobs fast
Browse files Browse the repository at this point in the history
As we do want absolutely all jobs / Node.js
versions to be tested, even if one or more jobs
fails

Refs https://help.github.com/en/articles/workflow-syntax-for-github-actions#jobsjob_idstrategyfail-fast
  • Loading branch information
phillipj authored Sep 16, 2019
1 parent cfcb47c commit ef61949
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ jobs:
runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
node-version: [4.x, 6.x, 8.x, 10.x, 12.x]

Expand Down

0 comments on commit ef61949

Please sign in to comment.