mirror of
https://github.com/zoriya/Kyoo.git
synced 2026-05-20 22:32:30 -04:00
Use json in healthcheck
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user