From 404241ea261af0ecc48a34a1e80cfcc468a629b6 Mon Sep 17 00:00:00 2001 From: Raj Mohan Date: Fri, 3 Jan 2025 18:59:36 +0530 Subject: [PATCH] Build Fix Check Signed-off-by: Raj Mohan --- .github/workflows/continuous-integration.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/continuous-integration.yml b/.github/workflows/continuous-integration.yml index 23ebbde0..9cf175e9 100644 --- a/.github/workflows/continuous-integration.yml +++ b/.github/workflows/continuous-integration.yml @@ -67,7 +67,7 @@ jobs: ports: - 1433 options: >- - --health-cmd="/opt/mssql-tools/bin/sqlcmd -S localhost -U sa -P 'Password123' -Q 'SELECT 1' || exit 1" + --health-cmd="/opt/mssql-tools18/bin/sqlcmd -C -S localhost -U sa -P 'Password123' -Q 'SELECT 1' || exit 1" --health-interval 10s --health-timeout 5s --health-retries 3