Skip to content

Commit

Permalink
fix(ci): do not fail fast on e2e test failures (argoproj#15694)
Browse files Browse the repository at this point in the history
Signed-off-by: Michael Crenshaw <350466+crenshaw-dev@users.noreply.github.com>
  • Loading branch information
crenshaw-dev authored and lukaszgyg committed Jan 12, 2024
1 parent b45f110 commit 28eabba
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -361,6 +361,7 @@ jobs:
runs-on: ubuntu-22.04
strategy:
matrix:
fail-fast: false
k3s-version: [v1.27.2, v1.26.0, v1.25.4, v1.24.3]
needs:
- build-go
Expand Down

0 comments on commit 28eabba

Please sign in to comment.