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 46421a0 commit fae8d44
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -236,6 +236,14 @@ jobs:
namespace="${{ matrix.env }}-${{ matrix.app }}"
label="radapp.io/application=${{ matrix.app }}"
kubectl wait --for=condition=Ready pod -l $label -n $namespace --timeout=5m
- name: DEBUG
if: always() && steps.gen-id.outputs.RUN_TEST == 'true'
run: |
namespace="${{ matrix.env }}-${{ matrix.app }}"
label="radapp.io/application=${{ matrix.app }}"
kubectl get pods -A
kubectl get pods -l $label -n $namespace
kubectl describe pods -l $label -n $namespace
- name: Run Playwright Test
if: steps.gen-id.outputs.RUN_TEST == 'true' && matrix.uiTestFile != ''
id: run-playwright-test
Expand Down

0 comments on commit fae8d44

Please sign in to comment.