Skip to content

Commit

Permalink
Don't fast-fail the matrix since cli@latest is a required check
Browse files Browse the repository at this point in the history
  • Loading branch information
dfreeman committed Jun 15, 2021
1 parent edaf688 commit e0c30c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,6 +90,7 @@ jobs:
runs-on: ubuntu-latest
needs: [test-locked-deps]
strategy:
fail-fast: false
matrix:
deps:
- ember-cli@latest
Expand Down

0 comments on commit e0c30c0

Please sign in to comment.