Skip to content

Commit

Permalink
Fix Github actions' configuration to allow ember canary tests to fail
Browse files Browse the repository at this point in the history
  • Loading branch information
Samanta de Barros committed Jan 22, 2021
1 parent 3f2f603 commit 11c15da
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,7 @@ jobs:
tests:
name: Tests
runs-on: ubuntu-latest
continue-on-error: ${{ matrix.allow-failure }}

strategy:
matrix:
Expand Down Expand Up @@ -89,7 +90,6 @@ jobs:

- name: tests
run: yarn workspace ${{ matrix.workspace }} ${{ matrix.test-suite }}
continue-on-error: ${{ matrix.allow-failure }}

extra-tests:
name: Tests (Floating Dependenies)
Expand Down

0 comments on commit 11c15da

Please sign in to comment.