Skip to content

Commit

Permalink
Adding debug for pod list
Browse files Browse the repository at this point in the history
  • Loading branch information
willdavsmith committed Nov 16, 2023
1 parent e8a4968 commit 4c549d4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -235,6 +235,7 @@ jobs:
run: |
namespace="${{ matrix.env }}-${{ matrix.app }}"
label="radapp.io/application=${{ matrix.app }}"
kubectl get deployments -A
kubectl rollout status deployment default-dapr -n $namespace --timeout=90s
kubectl wait --for=condition=Ready pod -l $label -n $namespace --timeout=5m
- name: DEBUG
Expand Down

0 comments on commit 4c549d4

Please sign in to comment.