Skip to content

Commit

Permalink
Allow ember-beta to fail CI (#2333)
Browse files Browse the repository at this point in the history
Co-authored-by: Stanislav Dunajcan <sdunajcan@bmcgroup.com>
  • Loading branch information
candunaj and candunaj committed Nov 12, 2021
1 parent 970f4b9 commit 59272e6
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,9 +63,17 @@ jobs:
- test:one ember-lts-3.16
- test:one ember-lts-3.20
- test:one ember-lts-3.24
- test:one ember-beta
allow-failure: [false]
include:
- workspace: ember-simple-auth
test-suite: "test:one ember-beta"
allow-failure: true
- workspace: test-app
test-suite: "test:one ember-beta"
allow-failure: true
- workspace: classic-test-app
test-suite: "test:one ember-beta"
allow-failure: true
- workspace: ember-simple-auth
test-suite: "test:one ember-release"
allow-failure: false
Expand Down

0 comments on commit 59272e6

Please sign in to comment.