From c39a8caaed287f4e6675609d3d8f50a8f9bef552 Mon Sep 17 00:00:00 2001 From: Arun Babu Neelicattu Date: Fri, 26 Mar 2021 21:23:43 +0100 Subject: [PATCH] ci: disable integration health checks --- .github/workflows/integration.yml | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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