Skip to content

Commit

Permalink
Debugging the deployment status
Browse files Browse the repository at this point in the history
  • Loading branch information
blaskoa committed Nov 13, 2023
1 parent c0023f8 commit a66de5f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit a66de5f

Please sign in to comment.