Add healthchecks on docker

This commit is contained in:
Zoe Roux
2023-04-02 14:06:50 +09:00
parent a554b7681f
commit 9c6055a52e
4 changed files with 7 additions and 9 deletions
+1 -6
View File
@@ -30,12 +30,7 @@ jobs:
- name: Start the service
run: |
docker-compose up -d
- name: Perform healthchecks
run: |
docker-compose ps -a
wget --retry-connrefused --retry-on-http-error=502 http://localhost:8901 #/api/healthcheck
docker-compose up -d --wait
- name: Run robot tests
run: |