Skip to content

Commit

Permalink
Improve waiting
Browse files Browse the repository at this point in the history
  • Loading branch information
mgruner committed Nov 15, 2024
1 parent 1fc1392 commit fb1478b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ echo
echo "wait for zammad to be ready..."
echo

curl --silent --retry 120 --retry-delay 1 --retry-connrefused http://localhost:8080 | grep "Zammad"
docker compose wait zammad-init
curl --retry 30 --retry-delay 1 --retry-connrefused http://localhost:8080 | grep "Zammad"

echo
echo "Success - Zammad is up :)"
Expand Down

0 comments on commit fb1478b

Please sign in to comment.