Skip to content

Commit

Permalink
Disable fail-fast
Browse files Browse the repository at this point in the history
  • Loading branch information
Uri Granta committed Jun 23, 2024
1 parent 6b00e3d commit 44903b2
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/quality-checks.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ jobs:
tests:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
part: [ "1", "2", "3", "4" ]
name: tests (part${{ matrix.part }})
Expand All @@ -67,6 +68,7 @@ jobs:
tests_old:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
part: [ "1", "2", "3", "4" ]
name: tests_old (part${{ matrix.part }})
Expand Down

0 comments on commit 44903b2

Please sign in to comment.