Skip to content

Commit

Permalink
Merge pull request #796 from mainmatter/chore-dont-halt-jobs-on-failure
Browse files Browse the repository at this point in the history
chore(ci): don't halt jobs on failure
  • Loading branch information
BobrImperator authored Apr 21, 2023
2 parents 955bdb9 + 4ad2218 commit d5831bb
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,13 +66,14 @@ jobs:
- ember-lts-3.28
- ember-default
- ember-release
- ember-beta
- ember-canary
- embroider-safe
- embroider-optimized
allow-failure: [false]
include:
- test-suite: ember-canary
allow-failure: true
- test-suite: ember-beta
allow-failure: true

steps:
- uses: actions/checkout@v3
Expand Down

0 comments on commit d5831bb

Please sign in to comment.