CI update

This commit is contained in:
John Guo 2022-02-08 23:55:14 +08:00
parent d0cfeb2a8c
commit f77d388d4f

View File

@ -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