We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 416f4b5 commit 3b2171fCopy full SHA for 3b2171f
1 file changed
.github/workflows/ci.yml
@@ -51,6 +51,7 @@ jobs:
51
test-try:
52
name: Additional Tests
53
runs-on: ubuntu-latest
54
+ continue-on-error: ${{ matrix.allow-failure }}
55
needs:
56
- test
57
strategy:
@@ -59,10 +60,13 @@ jobs:
59
60
- ember-lts-3.16
61
- ember-release
62
- ember-beta
- - ember-canary
63
- ember-default-with-jquery
64
- ember-classic
65
- ember-bootstrap-4.4
66
+ allow-failure: [false]
67
+ include:
68
+ - scenario: ember-canary
69
+ allow-failure: true
70
steps:
71
- name: Checkout code
72
uses: actions/checkout@v2
0 commit comments