Skip to content

Commit

Permalink
Allow ember-release and ember-beta to fail (#459)
Browse files Browse the repository at this point in the history
  • Loading branch information
patocallaghan authored Feb 14, 2022
1 parent 3008bf1 commit e623cd1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -101,13 +101,15 @@ jobs:
ember-try-scenario: [
ember-lts-3.20,
ember-lts-3.24,
ember-release,
ember-beta,
ember-default-with-jquery,
ember-classic,
]
allow-failure: [false]
include:
- ember-try-scenario: ember-release
allow-failure: true
- ember-try-scenario: ember-beta
allow-failure: true
- ember-try-scenario: ember-canary
allow-failure: true

Expand Down

0 comments on commit e623cd1

Please sign in to comment.