From f77d388d4f959ed08bd1637885b9d7499ab966f5 Mon Sep 17 00:00:00 2001 From: John Guo Date: Tue, 8 Feb 2022 23:55:14 +0800 Subject: [PATCH] CI update --- .github/workflows/gf.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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