Skip to content

Commit

Permalink
chore: Move ember-beta back to default scenarios
Browse files Browse the repository at this point in the history
We temporarily allowed ember-beta ember-try scenario to fail on CI so we could get other scenarios green for fix PRs.
  • Loading branch information
raido committed Oct 27, 2021
1 parent dd0a3e3 commit a41618b
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,15 +77,14 @@ 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 a41618b

Please sign in to comment.