From 1046cba72d4f29e9908663034fec7b7fe5130f7d Mon Sep 17 00:00:00 2001 From: robin Date: Wed, 6 Dec 2023 09:48:49 +0000 Subject: [PATCH] lighthouse --- .gitea/workflows/deploy.yaml | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/.gitea/workflows/deploy.yaml b/.gitea/workflows/deploy.yaml index 3ccd01f..05f25da 100644 --- a/.gitea/workflows/deploy.yaml +++ b/.gitea/workflows/deploy.yaml @@ -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: |