diff --git a/.github/workflows/smoke-tests.yml b/.github/workflows/smoke-tests.yml index 9c97a48..d6d1260 100644 --- a/.github/workflows/smoke-tests.yml +++ b/.github/workflows/smoke-tests.yml @@ -19,6 +19,7 @@ jobs: kubectl get nodes else echo "test cluster not active. Attempting to create through kind..." + kind delete cluster 2>/dev/null kind create cluster kubectl get nodes fi