From 111e8f7943ac8525233e2a499f8848e7c3e72bee Mon Sep 17 00:00:00 2001 From: Zoe Roux Date: Mon, 29 Apr 2024 17:49:17 +0200 Subject: [PATCH] Update robot ci --- .github/workflows/robot.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/robot.yml b/.github/workflows/robot.yml index 4a381be5..044d5e3a 100644 --- a/.github/workflows/robot.yml +++ b/.github/workflows/robot.yml @@ -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: |