Add debug commands to test job (#636)

This commit is contained in:
2023-11-08 19:42:19 -07:00
committed by GitHub
parent a27cf86748
commit 8384e95049
+2 -2
View File
@@ -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