Skip to content

Commit

Permalink
Update test GH workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
arybolovlev committed Mar 2, 2023
1 parent e49f3c3 commit cffd2da
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/tests.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ jobs:
needs: get_version_matrix
runs-on: ubuntu-latest
strategy:
# Don't cancel all in-progress and queued jobs in the matrix if any job in the matrix fails.
# That will be helpful to catch any issues related to a particular Kubernetes version.
fail-fast: false
matrix:
terraform_version: ${{ fromJson(needs.get_version_matrix.outputs.version_matrix) }}
steps:
Expand Down

0 comments on commit cffd2da

Please sign in to comment.