Skip to content

Commit 3b2171f

Browse files
committed
continue if ember-canary fails
1 parent 416f4b5 commit 3b2171f

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/ci.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ jobs:
5151
test-try:
5252
name: Additional Tests
5353
runs-on: ubuntu-latest
54+
continue-on-error: ${{ matrix.allow-failure }}
5455
needs:
5556
- test
5657
strategy:
@@ -59,10 +60,13 @@ jobs:
5960
- ember-lts-3.16
6061
- ember-release
6162
- ember-beta
62-
- ember-canary
6363
- ember-default-with-jquery
6464
- ember-classic
6565
- ember-bootstrap-4.4
66+
allow-failure: [false]
67+
include:
68+
- scenario: ember-canary
69+
allow-failure: true
6670
steps:
6771
- name: Checkout code
6872
uses: actions/checkout@v2

0 commit comments

Comments
 (0)