Skip to content

Commit

Permalink
Disable fail-fast in e2e-mysql
Browse files Browse the repository at this point in the history
  • Loading branch information
yamatcha committed Sep 25, 2023
1 parent 4241386 commit 5a902d2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci-e2e.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ jobs:
matrix:
mysql-version: ["8.0.28", "8.0.33", "8.0.34"]
k8s-version: ["1.27.1"]
fail-fast: false
uses: ./.github/workflows/e2e.yaml
with:
k8s-version: ${{ matrix.k8s-version }}
Expand Down

0 comments on commit 5a902d2

Please sign in to comment.