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 fae8d44 commit e8a4968
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 rollout status deployment default-dapr -n $namespace --timeout=90s
kubectl wait --for=condition=Ready pod -l $label -n $namespace --timeout=5m
- name: DEBUG
if: always() && steps.gen-id.outputs.RUN_TEST == 'true'
Expand Down

0 comments on commit e8a4968

Please sign in to comment.