diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 1e68c46..a4583a5 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -51,7 +51,8 @@ jobs: - name: Install helm chart run: | helm install smartface . - kubectl rollout status deployment sf-api --timeout=300s + kubectl rollout status deployment sf-api --timeout=600s || true + kubectl describe deployment sf-api - name: Test helm chart run: | helm test smartface