Update robot ci

This commit is contained in:
Zoe Roux 2024-04-29 17:49:17 +02:00
parent 0489ae6917
commit 111e8f7943
No known key found for this signature in database

View File

@ -26,7 +26,7 @@ jobs:
- name: Start the service - name: Start the service
run: | run: |
docker compose up -d back postgres ingress meilisearch # --wait Wait is not available on gha docker compose up -d back postgres traefik meilisearch --wait
- name: Perform healthchecks - name: Perform healthchecks
run: | run: |