Skip to content

Commit

Permalink
Fix ci
Browse files Browse the repository at this point in the history
  • Loading branch information
zoriya committed Nov 27, 2023
1 parent 0e2950a commit 22348e1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/robot.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 22348e1

Please sign in to comment.