Skip to content

Commit

Permalink
set condition to 'Available'
Browse files Browse the repository at this point in the history
Signed-off-by: denis-tingaikin <[email protected]>
  • Loading branch information
denis-tingaikin committed Dec 20, 2024
1 parent fdff59c commit 8c69c88
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,9 +64,9 @@ jobs:
echo 127.0.0.1 huly.example | sudo tee -a /etc/hosts
echo 127.0.0.1 account.huly.example | sudo tee -a /etc/hosts
kubectl apply -R -f .
kubectl wait --for=condition=Ready deployment/front --timeout 15m
kubectl wait --for=condition=Ready deployment/account --timeout 15m
kubectl wait --for=condition=Ready deployment/mongodb --timeout 15m
kubectl wait --for=condition=Available deployment/front --timeout 15m
kubectl wait --for=condition=Available deployment/account --timeout 15m
kubectl wait --for=condition=Available deployment/mongodb --timeout 15m
- name: "Check login"
run: |
Expand Down

0 comments on commit 8c69c88

Please sign in to comment.