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: |