From b8664292edc513cfad7e742e64e2d6ae035d95bb Mon Sep 17 00:00:00 2001 From: abondar Date: Thu, 26 Sep 2024 11:35:22 +0300 Subject: [PATCH] Try changing other health command --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 11565680..724b7742 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -33,7 +33,7 @@ jobs: ACCEPT_EULA: Y SA_PASSWORD: Abcd12345678 options: >- - --health-cmd "/opt/mssql-tools/bin/sqlcmd -U sa -P Abcd12345678 -Q 'select 1' -b -o /dev/null" + --health-cmd "/opt/mssql-tools18/bin/sqlcmd -C -S localhost -U sa -P Abcd12345678 -Q "SELECT 1" -b -o /dev/null" --health-interval 10s --health-timeout 5s --health-retries 5