Skip to content

Commit

Permalink
remove sleep since health check was added to docker compose depends_on
Browse files Browse the repository at this point in the history
  • Loading branch information
MuchQuak committed Feb 5, 2025
1 parent fc8e89d commit 5a3a872
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,6 @@ jobs:
echo --- Building and Starting up docker ---
docker compose pull
docker compose up -d --no-build
sleep 100
echo --- Containers Up ---
- name: Check Containers
Expand Down

0 comments on commit 5a3a872

Please sign in to comment.