Skip to content

Commit 65ece3f

Browse files
theakshaypantchmouel
authored andcommitted
ci: prevent e2e matrix jobs from cancelling on failure
Add fail-fast: false to the e2e workflow strategy to allow all provider test jobs to run to completion, even when one fails. This helps identify all failing providers in a single run rather than having to re-run the workflow multiple times. Signed-off-by: Akshay Pant <akshay.akshaypant@gmail.com>
1 parent b7b421f commit 65ece3f

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/e2e.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ jobs:
3939
name: e2e tests
4040
runs-on: ubuntu-latest
4141
strategy:
42+
fail-fast: false
4243
matrix:
4344
provider: [github, github_second_controller, gitlab_bitbucket, gitea_others, concurrency]
4445

0 commit comments

Comments
 (0)