Skip to content

Commit c481f56

Browse files
committed
set fail-fast to false to let all jobs finish regardless of failures
1 parent 8cea1a0 commit c481f56

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/e2e_tests.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ jobs:
77
e2e_tests:
88
runs-on: ubuntu-latest
99
strategy:
10+
fail-fast: false
1011
matrix:
1112
environment: [ "ci", "azure"]
1213
env:

0 commit comments

Comments
 (0)