Skip to content

Commit 50b31f4

Browse files
committed
[SPARK-51952] Disable fail-fast in Build Test CI matrix
### What changes were proposed in this pull request? This PR aims to disable `fail-fast` in `Build Test CI` matrix. ### Why are the changes needed? To run all tests independently. ### Does this PR introduce _any_ user-facing change? No. ### How was this patch tested? Pass the CIs. ### Was this patch authored or co-authored using generative AI tooling? No. Closes apache#177 from dongjoon-hyun/SPARK-51952. Authored-by: Dongjoon Hyun <[email protected]> Signed-off-by: Dongjoon Hyun <[email protected]>
1 parent 2ce69d6 commit 50b31f4

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)