Skip to content

Commit

Permalink
chore: fixed wait command
Browse files Browse the repository at this point in the history
  • Loading branch information
giautm committed Jul 7, 2023
1 parent d157e99 commit 0834fa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ jobs:
- name: Wait for deployment to be ready
working-directory: ./examples/collatz
run: |
kubectl wait --for=condition=ready --timeout=600s Deployment -l serviceweaver/app_name=collatz
kubectl wait --for=condition=Available=True --timeout=90s Deployment -l serviceweaver/app_name=collatz
- name: Display deployment logs
if: failure()
working-directory: ./examples/collatz
Expand Down

0 comments on commit 0834fa5

Please sign in to comment.