Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: willdavsmith <willdavsmith@gmail.com>
  • Loading branch information
willdavsmith committed Nov 2, 2023
1 parent 00d6c51 commit 246fcf8
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -214,12 +214,16 @@ jobs:
run: |
namespace="default-${{ matrix.app }}"
label="radapp.io/application=${{ matrix.app }}"
kubectl get pods -l $label -n $namespace
kubectl get pod -A --no-headers |awk '{arr[$4]++}END{for (a in arr) print a, arr[a]}'
kubectl wait --for=condition=Ready pod -l $label -n $namespace --timeout=5m
- name: Wait for all pods to be ready2
if: always()
run: |
namespace="default-${{ matrix.app }}"
label="radapp.io/application=${{ matrix.app }}"
kubectl get pod -A --no-headers |awk '{arr[$4]++}END{for (a in arr) print a, arr[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 != ''
Expand Down

0 comments on commit 246fcf8

Please sign in to comment.