Skip to content

Commit aafd2c4

Browse files
committed
Do not fail fast when running builds in a matrix
1 parent 37af855 commit aafd2c4

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,7 @@ jobs:
1010
build:
1111

1212
strategy:
13+
fail-fast: false
1314
matrix:
1415
platform: [ubuntu-latest, macos-latest, windows-latest]
1516
jdk: [21, 25]

0 commit comments

Comments
 (0)