Use json in healthcheck

This commit is contained in:
Zoe Roux
2023-04-02 15:34:33 +09:00
parent 8cf105a550
commit d0db4815f1
3 changed files with 33 additions and 23 deletions
+6 -1
View File
@@ -30,7 +30,12 @@ jobs:
- name: Start the service
run: |
docker-compose up -d --wait
docker-compose up -d # --wait Wait is not available on gha
- name: Perform healthchecks
run: |
docker-compose ps -a
wget --retry-connrefused --retry-on-http-error=502 http://localhost:8901/api/health
- name: Run robot tests
run: |