From 8384e95049056e7784d24c289c0bee20b5358db8 Mon Sep 17 00:00:00 2001 From: David Boreham Date: Wed, 8 Nov 2023 19:42:19 -0700 Subject: [PATCH] Add debug commands to test job (#636) --- .gitea/workflows/test-k8s-deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/test-k8s-deploy.yml b/.gitea/workflows/test-k8s-deploy.yml index 47583174..84cce91a 100644 --- a/.gitea/workflows/test-k8s-deploy.yml +++ b/.gitea/workflows/test-k8s-deploy.yml @@ -51,5 +51,5 @@ jobs: go-version: '1.21' - name: "Install Kind" run: go install sigs.k8s.io/kind@v0.20.0 - - name: "Run k8s deploy tests" - run: ./tests/k8s-deploy/run-deploy-test.sh + - name: "Debug Kind" + run: kind create cluster --retain && docker logs kind-control-plane