Skip to content

Commit

Permalink
chore: Allow ember-beta test scenario to fail on CI
Browse files Browse the repository at this point in the history
  • Loading branch information
raido committed Oct 24, 2021
1 parent 5f62b3e commit 5040f24
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,14 +80,15 @@ jobs:
ember-lts-3.24,
ember-lts-3.28,
ember-release,
ember-beta,
ember-default-with-jquery,
ember-classic,
embroider-safe,
embroider-optimized
]
allow-failure: [false]
include:
- ember-try-scenario: ember-beta # We temporarily allow it to fail, so we can cut major release for current v3.x Ember and then upgrade to Embroider 2.x with another major release.
allow-failure: true
- ember-try-scenario: ember-canary
allow-failure: true

Expand Down

0 comments on commit 5040f24

Please sign in to comment.