Skip to content

Commit

Permalink
.github/workflows: Test cluster destroy
Browse files Browse the repository at this point in the history
Signed-off-by: Din Music <din.music@din-cloud.com>
  • Loading branch information
MusicDin committed Apr 15, 2024
1 parent 38841d7 commit 16a24c7
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/tests-deploy-node.yml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
- name: Setup environment
uses: ./.github/actions/runner-setup

- name: Deploy single node
- name: Deploy cluster
run: |
./scripts/deploy-node.sh k8s \
${{ matrix.distro }} \
Expand All @@ -51,6 +51,10 @@ jobs:
run: |
./scripts/test-cluster.sh
- name: Destroy cluster
run: |
./scripts/destroy-cluster.sh k8s
# Test most combinations of Kubernetes versions, distros,
# and network plugins. Run this only on push.
test-single-node-all:
Expand Down

0 comments on commit 16a24c7

Please sign in to comment.