Skip to content

Commit

Permalink
debug: add debug
Browse files Browse the repository at this point in the history
  • Loading branch information
DnPlas committed Oct 4, 2023
1 parent b446133 commit b7012ac
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/integrate.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,10 @@ jobs:
run: kubectl get all -A
if: failure()

- name: Get all workflows
run: kubectl get workflows -A -oyaml
if: failure()

- name: Describe deployments
run: kubectl describe deployments -A
if: failure()
Expand Down

0 comments on commit b7012ac

Please sign in to comment.