Skip to content

Commit

Permalink
chore: set fail-fast: false to continue testing as e2e tests are flaky (
Browse files Browse the repository at this point in the history
#4210)

set fail-fast: false to continue testing as e2e tests are flaky

Signed-off-by: Huabing Zhao <[email protected]>
  • Loading branch information
zhaohuabing authored Sep 11, 2024
1 parent 27113bf commit 74ec52d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build_and_test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -83,6 +83,7 @@ jobs:
runs-on: ubuntu-latest
needs: [build]
strategy:
fail-fast: false
matrix:
version: [ v1.28.13, v1.29.8, v1.30.4, v1.31.0 ]
steps:
Expand Down Expand Up @@ -111,6 +112,7 @@ jobs:
runs-on: ubuntu-latest
needs: [build]
strategy:
fail-fast: false
matrix:
version: [ v1.28.13, v1.29.8, v1.30.4, v1.31.0 ]
steps:
Expand Down

0 comments on commit 74ec52d

Please sign in to comment.