Skip to content

Commit 57de7ca

Browse files
committed
ci: complete all jobs in a matrix regardless of failures prior
1 parent dd6fb2e commit 57de7ca

2 files changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/gradle.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
gradle:
1010
runs-on: ubuntu-latest
1111
strategy:
12+
fail-fast: false
1213
matrix:
1314
java-version:
1415
- 17

.github/workflows/mvn.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ jobs:
99
mvn:
1010
runs-on: ubuntu-latest
1111
strategy:
12+
fail-fast: false
1213
matrix:
1314
java-version:
1415
- 17

0 commit comments

Comments
 (0)