Skip to content

Commit 27dfcd8

Browse files
committed
no fail fast
Signed-off-by: Philippe Martin <[email protected]>
1 parent 9eb5881 commit 27dfcd8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/e2e-tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
needs: build-container
4747
runs-on: ${{ matrix.os }}
4848
strategy:
49-
fail-fast: true
49+
fail-fast: false
5050
matrix:
5151
os: [ windows-2022, ubuntu-24.04 ]
5252
env:

0 commit comments

Comments
 (0)