Skip to content

Commit

Permalink
Fix Dapr sample in CI (#817)
Browse files Browse the repository at this point in the history
* Adding debug for pod list

Signed-off-by: willdavsmith <[email protected]>

* Adding debug for pod list

Signed-off-by: willdavsmith <[email protected]>

* Adding debug for pod list

Signed-off-by: willdavsmith <[email protected]>

* Adding debug for pod list

Signed-off-by: willdavsmith <[email protected]>

* Adding debug for pod list

Signed-off-by: willdavsmith <[email protected]>

* make sure it's not flaky

Signed-off-by: willdavsmith <[email protected]>

* remove debug

Signed-off-by: willdavsmith <[email protected]>

---------

Signed-off-by: willdavsmith <[email protected]>
  • Loading branch information
willdavsmith authored Nov 17, 2023
1 parent 46421a0 commit 5f6bd44
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -235,7 +235,7 @@ jobs:
run: |
namespace="${{ matrix.env }}-${{ matrix.app }}"
label="radapp.io/application=${{ matrix.app }}"
kubectl wait --for=condition=Ready pod -l $label -n $namespace --timeout=5m
kubectl rollout status deployment -l $label -n $namespace --timeout=90s
- name: Run Playwright Test
if: steps.gen-id.outputs.RUN_TEST == 'true' && matrix.uiTestFile != ''
id: run-playwright-test
Expand Down

0 comments on commit 5f6bd44

Please sign in to comment.