Skip to content

Commit 6f3b3c6

Browse files
committed
ci: disable fail-fast for E2E test matrix
Set fail-fast to false to allow all E2E test jobs on multiple OS architectures to run to completion, improving visibility of failures across ubuntu-latest and ubuntu-24.04-arm environments.
1 parent 96ef997 commit 6f3b3c6

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ jobs:
5555
name: E2E Test
5656
runs-on: ${{ matrix.os }}
5757
strategy:
58+
fail-fast: false
5859
matrix:
5960
os: [ubuntu-latest, ubuntu-24.04-arm]
6061
timeout-minutes: 15

0 commit comments

Comments
 (0)