lighthouse
Some checks failed
deploy to production / deploy (push) Failing after 49s

This commit is contained in:
Robin Grenzdörfer 2023-12-06 09:16:05 +00:00
parent 70cead3f5e
commit 5a9d8305c4

View File

@ -88,7 +88,7 @@ jobs:
while ! curl --output /dev/null --silent --head --fail http://live-server:8081; do
if [ $attempts -eq $max_attempts ]; then
echo "Live server not ready after $max_attempts attempts"
curl -V http://live-server:8081
curl -v http://live-server:8081
exit 1
fi
attempts=$((attempts+1))