Skip to content

Commit

Permalink
No longer fail-fast for ember-try scenarios
Browse files Browse the repository at this point in the history
Speaking with @rwjblue, we do not want our CI to fail-fast for try
scenarios, as it makes the signal of "what actually went wrong" poor.
  • Loading branch information
stefanpenner committed Aug 2, 2021
1 parent 14c1d2b commit ae7b1d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
needs: test

strategy:
fail-fast: true
fail-fast: false
matrix:
ember-try-scenario:
- ember-lts-3.8
Expand Down

0 comments on commit ae7b1d4

Please sign in to comment.