diff options
| -rw-r--r-- | .github/workflows/workflow.yaml | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/.github/workflows/workflow.yaml b/.github/workflows/workflow.yaml index aa417f2b..6f0a1d5b 100644 --- a/.github/workflows/workflow.yaml +++ b/.github/workflows/workflow.yaml @@ -39,12 +39,12 @@ jobs: ports: - 5432:5432 # set health checks to wait until service has started - options: >- - --health_cmd = "rabbitmq-diagnostics ping -q" - --health_interval = 10 - --health_timeout = 10 - --health_retries = 30 - --health_start_period = 5 + #options: >- + # --health_cmd = "rabbitmq-diagnostics ping -q" + # --health_interval = 10 + # --health_timeout = 10 + # --health_retries = 30 + # --health_start_period = 5 steps: - uses: actions/checkout@v2 |
