Skip to content

Commit

Permalink
CI: add fail-fast: false
Browse files Browse the repository at this point in the history
This will allow all builds to run even if one fails

PR-URL: #601
Credit: @XhmikosR
Close: #601
Reviewed-by: @ruyadorno
  • Loading branch information
XhmikosR authored and ruyadorno committed Jan 7, 2020
1 parent fd0a802 commit 43ae079
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Expand Up @@ -5,6 +5,7 @@ on: [push]
jobs:
build:
strategy:
fail-fast: false
matrix:
node-version: [8.x, 10.x, 12.x]
os: [ubuntu-latest, windows-latest]
Expand Down

0 comments on commit 43ae079

Please sign in to comment.