From 9e32b15d8a5297e97d85a6f4688e8ee4fd37a7cd Mon Sep 17 00:00:00 2001 From: Stan <1939656+GDay@users.noreply.github.com> Date: Fri, 14 Aug 2026 04:34:56 +0200 Subject: [PATCH] disable healthcheck --- .github/workflows/test.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index ff7e31c..1049c1e 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -73,11 +73,11 @@ jobs: env: SERVICES: sqs MINISTACK_HOST: aws - options: >- - --health-cmd "wget -qO- http://localhost:4566/_ministack/ready || exit 1" - --health-interval 2s - --health-retries 15 - --health-timeout 5s + # options: >- + # --health-cmd "wget -qO- http://localhost:4566/_ministack/ready || exit 1" + # --health-interval 2s + # --health-retries 15 + # --health-timeout 5s ports: - 4566:4566 steps: