diff --git a/.github/docker-compose.test.yml b/.github/docker-compose.test.yml index 8f506a4690..33d06a62e0 100644 --- a/.github/docker-compose.test.yml +++ b/.github/docker-compose.test.yml @@ -22,12 +22,9 @@ services: - "3000:80" volumes: - ../frontend/build:/app:ro - healthcheck: - test: wget --no-verbose --tries=1 --spider http://localhost/health || exit 1 - interval: 1s - timeout: 1m - retries: 5 - start_period: 45s + depends_on: + unleash: + condition: service_healthy unleash: image: unleashorg/unleash-enterprise:latest pull_policy: "always"