Skip to content

Commit

Permalink
fail-fast: false
Browse files Browse the repository at this point in the history
  • Loading branch information
cfmcgrady committed Jul 31, 2023
1 parent 00eb571 commit e5e01d0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/sbt.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
service:
runs-on: ubuntu-22.04
strategy:
fail-fast: true
fail-fast: false
matrix:
java:
- 8
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
spark2:
runs-on: ubuntu-22.04
strategy:
fail-fast: true
fail-fast: false
matrix:
java:
- 8
Expand Down Expand Up @@ -90,7 +90,7 @@ jobs:
spark3:
runs-on: ubuntu-22.04
strategy:
fail-fast: true
fail-fast: false
matrix:
java:
- 8
Expand Down Expand Up @@ -133,7 +133,7 @@ jobs:
flink:
runs-on: ubuntu-22.04
strategy:
fail-fast: true
fail-fast: false
matrix:
java:
- 8
Expand Down

0 comments on commit e5e01d0

Please sign in to comment.