Chore: No fail-fast on e2e tests (#104812)

no fail-fast on e2e tests
This commit is contained in:
Ashley Harrison
2025-05-01 11:31:43 +01:00
committed by GitHub
parent 035ecc15b2
commit 162fed84b5
+2
View File
@@ -44,6 +44,7 @@ jobs:
e2e-matrix:
name: ${{ matrix.suite }}
strategy:
fail-fast: false
matrix:
suite:
- various-suite
@@ -59,6 +60,7 @@ jobs:
e2e-matrix-old-arch:
name: ${{ matrix.suite }} (old arch)
strategy:
fail-fast: false
matrix:
suite:
- old-arch/various-suite