Skip to content

Commit 59e76ff

Browse files
committed
[SPARK-51952] Disable fail-fast in Build Test CI
1 parent c84b144 commit 59e76ff

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build_and_test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ jobs:
3030
name: "Build Test CI"
3131
runs-on: ${{ matrix.os }}
3232
strategy:
33+
fail-fast: false
3334
matrix:
3435
os: [ 'ubuntu-latest', 'ubuntu-24.04-arm' ]
3536
java-version: [ 17, 21 ]

0 commit comments

Comments
 (0)