Skip to content

Commit

Permalink
error on unhealthy
Browse files Browse the repository at this point in the history
  • Loading branch information
enricofer committed Jun 13, 2024
1 parent 2fe2b60 commit 299c91a
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/build_deploy_run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
run: docker compose up -d

- name: CHECK HEALTH
continue-on-error: true
run: timeout 120s sh -c 'until docker ps | grep djakart-webapp_djakart | grep -q healthy; do echo "Waiting for container to be healthy..."; sleep 2; done'

- name: LIST CONTAINERS
Expand Down

0 comments on commit 299c91a

Please sign in to comment.