diff --git a/.github/workflows/test.yaml b/.github/workflows/test.yaml index 49b5bc12..237935e6 100644 --- a/.github/workflows/test.yaml +++ b/.github/workflows/test.yaml @@ -236,7 +236,7 @@ jobs: namespace="${{ matrix.env }}-${{ matrix.app }}" label="radapp.io/application=${{ matrix.app }}" kubectl get deployments -A - kubectl rollout status deployment default-dapr -n $namespace --timeout=90s + kubectl rollout status deployment -l $label -n $namespace --timeout=90s kubectl wait --for=condition=Ready pod -l $label -n $namespace --timeout=5m - name: DEBUG if: always() && steps.gen-id.outputs.RUN_TEST == 'true'