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