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 e82fda9
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/ci.yml
Expand Up @@ -80,15 +80,17 @@ 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-canary
- 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.
ember-canary
]
allow-failure: true

steps:
Expand Down

0 comments on commit e82fda9

Please sign in to comment.