diff --git a/.github/workflows/integration.yml b/.github/workflows/integration.yml index 2fd1c3732d..8990b0b2ef 100644 --- a/.github/workflows/integration.yml +++ b/.github/workflows/integration.yml @@ -12,7 +12,9 @@ jobs: services: synapse: image: docker.io/matrixdotorg/synapse:latest - options: "--entrypoint tail" + options: >- + --entrypoint=tail + --no-healthcheck ports: [ 8080, 8480, 8081, 8481, 8082, 8482 ] steps: - uses: actions/checkout@v2