Skip to content

Commit

Permalink
Add debug commands to test job
Browse files Browse the repository at this point in the history
  • Loading branch information
dboreham committed Nov 9, 2023
1 parent a27cf86 commit 8fd2daf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .gitea/workflows/test-k8s-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,5 +51,5 @@ jobs:
go-version: '1.21'
- name: "Install Kind"
run: go install sigs.k8s.io/[email protected]
- 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

0 comments on commit 8fd2daf

Please sign in to comment.