diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 94d274ee..d64d2953 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -121,7 +121,7 @@ jobs: MSSQL_SA_PASSWORD: p@ssw0rd # Set health checks to wait until mssql has started options: >- - --health-cmd "/opt/mssql-tools18/bin/sqlcmd -S localhost -U sa -P ${MSSQL_SA_PASSWORD} -Q 'SELECT 1' -b -o /dev/null" + --health-cmd "/opt/mssql-tools/bin/sqlcmd -S localhost -U sa -P ${MSSQL_SA_PASSWORD} -Q 'SELECT 1' -b -o /dev/null" --health-interval 10s --health-timeout 5s --health-retries 5