mirror of
https://github.com/zoriya/Kyoo.git
synced 2025-07-09 03:04:20 -04:00
Fix ci
This commit is contained in:
parent
0e2950ab69
commit
22348e1554
5
.github/workflows/robot.yml
vendored
5
.github/workflows/robot.yml
vendored
@ -28,12 +28,13 @@ jobs:
|
||||
|
||||
- name: Start the service
|
||||
run: |
|
||||
docker compose up -d back postgres ingress # --wait Wait is not available on gha
|
||||
docker compose up -d back postgres ingress meilisearch # --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
|
||||
docker compose logs
|
||||
wget --retry-connrefused --retry-on-http-error=502 http://localhost:8901/api/health || (docker compose logs && exit 1)
|
||||
|
||||
- name: Run robot tests
|
||||
run: |
|
||||
|
Loading…
x
Reference in New Issue
Block a user