Skip to content

Commit

Permalink
continue if ember-canary fails
Browse files Browse the repository at this point in the history
  • Loading branch information
jelhan committed Dec 7, 2020
1 parent 416f4b5 commit 3b2171f
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ jobs:
test-try:
name: Additional Tests
runs-on: ubuntu-latest
continue-on-error: ${{ matrix.allow-failure }}
needs:
- test
strategy:
Expand All @@ -59,10 +60,13 @@ jobs:
- ember-lts-3.16
- ember-release
- ember-beta
- ember-canary
- ember-default-with-jquery
- ember-classic
- ember-bootstrap-4.4
allow-failure: [false]
include:
- scenario: ember-canary
allow-failure: true
steps:
- name: Checkout code
uses: actions/checkout@v2
Expand Down

0 comments on commit 3b2171f

Please sign in to comment.