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

This commit is contained in:
Robin Grenzdörfer 2023-12-06 09:48:49 +00:00
parent 3d946a2496
commit 1046cba72d

View File

@ -104,7 +104,16 @@ jobs:
done
- name: Test HTTP Request
run: curl -v http://live-server:8081
run: |
echo "Live server not ready after $max_attempts attempts"
echo "${{ toJson(jobs) }}"
echo "${{ job.services.live-server.id }}"
echo "${{ job.services.tibi-server.id }}"
echo "${{ job.services.mongo.id }}"
docker logs "${{ job.services.tibi-server.id }}"
docker logs "${{ job.services.live-server.id }}"
curl -v http://live-server:8081
- name: stop Live Server
run: |