Try ubuntu-20.04 without -N -C (last trial)
This commit is contained in:
parent
0130a1832a
commit
c774567584
3
.github/workflows/tests.yml
vendored
3
.github/workflows/tests.yml
vendored
@ -180,13 +180,12 @@ jobs:
|
|||||||
env:
|
env:
|
||||||
TZ: Asia/Shanghai
|
TZ: Asia/Shanghai
|
||||||
ACCEPT_EULA: Y
|
ACCEPT_EULA: Y
|
||||||
SA_PASSWORD: LoremIpsum86
|
|
||||||
MSSQL_SA_PASSWORD: LoremIpsum86
|
MSSQL_SA_PASSWORD: LoremIpsum86
|
||||||
MSSQL_DB: master
|
MSSQL_DB: master
|
||||||
ports:
|
ports:
|
||||||
- 9930:1433
|
- 9930:1433
|
||||||
options: >-
|
options: >-
|
||||||
--health-cmd="/opt/mssql-tools18/bin/sqlcmd -S localhost -U sa -P LoremIpsum86 -N -C -l 30 -Q \"SELECT 1\" || exit 1"
|
--health-cmd="/opt/mssql-tools18/bin/sqlcmd -S localhost -U sa -P LoremIpsum86 -l 30 -Q \"SELECT 1\" || exit 1"
|
||||||
--health-start-period 10s
|
--health-start-period 10s
|
||||||
--health-interval 10s
|
--health-interval 10s
|
||||||
--health-timeout 5s
|
--health-timeout 5s
|
||||||
|
Loading…
x
Reference in New Issue
Block a user