fix test
Signed-off-by: André Bauer <monotek23@gmail.com>
This commit is contained in:
parent
53fd1e764a
commit
209f5c9862
2
.github/tests.sh
vendored
2
.github/tests.sh
vendored
@ -8,7 +8,7 @@ set -o pipefail
|
||||
|
||||
docker-compose logs --timestamps --follow &
|
||||
|
||||
until (curl -I --silent --fail localhost | grep -iq "HTTP/1.1 200 OK"); do
|
||||
until (curl -I --silent --fail localhost:8080 | grep -iq "HTTP/1.1 200 OK"); do
|
||||
echo "wait for zammad to be ready..."
|
||||
sleep 15
|
||||
done
|
||||
|
Loading…
Reference in New Issue
Block a user