Skip to content

Commit

Permalink
fix(ci): do not fail fast on e2e test failures
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 committed Sep 27, 2023
1 parent a934772 commit a575ae9
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 a575ae9

Please sign in to comment.