Skip to content

Commit

Permalink
test: set fail-fast to false to avoid all downstream tests being canc…
Browse files Browse the repository at this point in the history
…elled when one fails (#623)
  • Loading branch information
christopherthielen committed Jul 3, 2020
1 parent 795eb41 commit 3d8c4a8
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@ jobs:
name: yarn ${{ matrix.yarncmd }}
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
yarncmd: ['test', 'docs']
steps:
Expand All @@ -29,6 +30,7 @@ jobs:
name: Test downstream ${{ matrix.group }} projects
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
group: ['angular', 'angularjs', 'react', 'other']
steps:
Expand Down

0 comments on commit 3d8c4a8

Please sign in to comment.