ci: disable integration health checks

This commit is contained in:
Arun Babu Neelicattu 2021-03-26 21:23:43 +01:00 committed by Benoit Marty
parent bebd84d1f5
commit c39a8caaed
1 changed files with 3 additions and 1 deletions

View File

@ -12,7 +12,9 @@ jobs:
services: services:
synapse: synapse:
image: docker.io/matrixdotorg/synapse:latest image: docker.io/matrixdotorg/synapse:latest
options: "--entrypoint tail" options: >-
--entrypoint=tail
--no-healthcheck
ports: [ 8080, 8480, 8081, 8481, 8082, 8482 ] ports: [ 8080, 8480, 8081, 8481, 8082, 8482 ]
steps: steps:
- uses: actions/checkout@v2 - uses: actions/checkout@v2