This commit is contained in:
parent
3d946a2496
commit
1046cba72d
@ -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: |
|
||||
|
Loading…
Reference in New Issue
Block a user