diff --git a/.github/workflows/gf.yml b/.github/workflows/gf.yml index f32e4d596..ba57cad9e 100644 --- a/.github/workflows/gf.yml +++ b/.github/workflows/gf.yml @@ -70,7 +70,7 @@ jobs: ports: - 9930:1433 options: >- - --health-cmd="/opt/mssql-tools/bin/sqlcmd -S localhost -U sa -P root -l 30 -Q \"SELECT 1\" || exit 1" + --health-cmd="/opt/mssql-tools/bin/sqlcmd -S localhost -U sa -P 12345678 -l 30 -Q \"SELECT 1\" || exit 1" --health-start-period 10s --health-interval 10s --health-timeout 5s