Add debug commands to test job #636

Merged
telackey merged 1 commits from dboreham/debug-kind-ci into main 2023-11-09 02:42:19 +00:00

View File

@ -51,5 +51,5 @@ jobs:
go-version: '1.21' go-version: '1.21'
- name: "Install Kind" - name: "Install Kind"
run: go install sigs.k8s.io/kind@v0.20.0 run: go install sigs.k8s.io/kind@v0.20.0
- name: "Run k8s deploy tests" - name: "Debug Kind"
run: ./tests/k8s-deploy/run-deploy-test.sh run: kind create cluster --retain && docker logs kind-control-plane