Update robot ci

This commit is contained in:
Zoe Roux
2024-04-29 17:49:17 +02:00
parent 0489ae6917
commit 111e8f7943
+1 -1
View File
@@ -26,7 +26,7 @@ jobs:
- name: Start the service
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
run: |