Skip to content

Commit

Permalink
remove debug
Browse files Browse the repository at this point in the history
  • Loading branch information
willdavsmith committed Nov 16, 2023
1 parent 57e4a05 commit 6ef8a9b
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -235,16 +235,7 @@ jobs:
run: |
namespace="${{ matrix.env }}-${{ matrix.app }}"
label="radapp.io/application=${{ matrix.app }}"
kubectl get deployments -A
kubectl rollout status deployment -l $label -n $namespace --timeout=90s
- 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 6ef8a9b

Please sign in to comment.