Skip to content

Commit

Permalink
run single helm-install-order test
Browse files Browse the repository at this point in the history
  • Loading branch information
Craig O'Donnell committed Nov 8, 2023
1 parent 9821e62 commit 42db3cc
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -1463,8 +1463,9 @@ jobs:
strategy:
fail-fast: false
matrix:
cluster: ${{ fromJson(needs.cmx-versions.outputs.versions-to-test) }}
continue-on-error: ${{ matrix.cluster.stage != 'stable' }}
cluster: [
{distribution: kind, version: v1.28.0}
]
env:
APP_SLUG: helm-install-order
steps:
Expand Down

0 comments on commit 42db3cc

Please sign in to comment.