diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a018ab6..d0bdec8 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -335,7 +335,7 @@ jobs: ports: - 1433:1433 options: >- - --health-cmd "/opt/mssql-tools/bin/sqlcmd -U sa -P \"${MSSQL_SA_PASSWORD}\" -Q \"SELECT 1\"" + --health-cmd "/opt/mssql-tools18/bin/sqlcmd -C -U sa -P \"${MSSQL_SA_PASSWORD}\" -Q \"SELECT 1\"" --health-interval 10s --health-timeout 5s --health-retries 5 @@ -348,7 +348,7 @@ jobs: ports: - 1434:1433 options: >- - --health-cmd "/opt/mssql-tools/bin/sqlcmd -U sa -P \"${MSSQL_SA_PASSWORD}\" -Q \"SELECT 1\"" + --health-cmd "/opt/mssql-tools18/bin/sqlcmd -U sa -P \"${MSSQL_SA_PASSWORD}\" -Q \"SELECT 1\"" --health-interval 10s --health-timeout 5s --health-retries 5