From 6ef8a9b374ba283920a460d108678d3331f280e9 Mon Sep 17 00:00:00 2001 From: willdavsmith Date: Thu, 16 Nov 2023 10:36:10 -0800 Subject: [PATCH] remove debug --- .github/workflows/test.yaml | 9 --------- 1 file changed, 9 deletions(-) diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index c428b0af..c77c598f 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -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