Skip to content

Commit

Permalink
Disable fail-fast for tests (#488)
Browse files Browse the repository at this point in the history
If one of the e2e tests fails, the other tests are also canceled.
Disable this behavior to minmize the number of complete reruns we have
to do.
  • Loading branch information
Timo Reimann authored May 2, 2023
1 parent f6d30f6 commit 356dd4c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,7 @@ jobs:
runs-on: ubuntu-20.04
needs: push-images
strategy:
fail-fast: false
matrix:
kube-release: ['1.26', '1.25', '1.24', '1.23']

Expand Down

0 comments on commit 356dd4c

Please sign in to comment.