From 4915e2edf9eb59566f24144de895bfd34c47fecd Mon Sep 17 00:00:00 2001 From: "copilot-swe-agent[bot]" <198982749+Copilot@users.noreply.github.com> Date: Wed, 27 May 2026 10:54:56 +0000 Subject: [PATCH] fix(ci): update MSSQL health check path to mssql-tools18 --- .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 d957837..8a1128f 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -61,7 +61,7 @@ jobs: ports: - 1433:1433 options: >- - --health-cmd "/opt/mssql-tools/bin/sqlcmd -S localhost -U sa -P 'Postgrator123!' -Q 'SELECT 1'" + --health-cmd "/opt/mssql-tools18/bin/sqlcmd -S localhost -U sa -P 'Postgrator123!' -Q 'SELECT 1' -C" --health-interval 10s --health-timeout 5s --health-retries 10