Skip to content

Commit

Permalink
finish all scenarios even if one fails
Browse files Browse the repository at this point in the history
  • Loading branch information
jelhan committed Oct 4, 2021
1 parent 8d1a110 commit be85ed9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ jobs:
needs: test

strategy:
fail-fast: true
fail-fast: false
matrix:
ember-try-scenario: [
ember-lts-3.16,
Expand Down

0 comments on commit be85ed9

Please sign in to comment.