Skip to content

Commit

Permalink
chore(ci): test ember-canary, add ember-release to no-failure matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
BobrImperator committed Apr 21, 2023
1 parent e9299aa commit 7c2a1ee
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,8 @@ jobs:
- test:one ember-4.0
- test:one ember-lts-4.4
- test:one ember-lts-4.8
- test:one ember-4.12
- test:one ember-default
- test:one ember-release
allow-failure: [false]
include:
- workspace: ember-simple-auth
Expand All @@ -74,13 +74,13 @@ jobs:
test-suite: "test:one ember-beta"
allow-failure: true
- workspace: ember-simple-auth
test-suite: "test:one ember-release"
test-suite: "test:one ember-canary"
allow-failure: true
- workspace: test-app
test-suite: "test:one ember-release"
test-suite: "test:one ember-canary"
allow-failure: true
- workspace: classic-test-app
test-suite: "test:one ember-release"
test-suite: "test:one ember-canary"
allow-failure: true
- workspace: ember-simple-auth
test-suite: "test:one embroider-safe"
Expand Down

0 comments on commit 7c2a1ee

Please sign in to comment.