Skip to content

Commit

Permalink
Turn off fail-fast for matrix
Browse files Browse the repository at this point in the history
So we can see which version pass and which fail.
  • Loading branch information
brettdh committed Dec 7, 2020
1 parent 0cc4fb4 commit 2051080
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ on:
jobs:
test:
strategy:
fail-fast: false
matrix:
os: [ubuntu-latest, macOS-latest]
node: [10, 12]
Expand Down

0 comments on commit 2051080

Please sign in to comment.