mirror of
https://github.com/archtechx/tenancy.git
synced 2025-12-12 18:44:03 +00:00
update mssql healthcheck
This commit is contained in:
parent
1b0e7d0507
commit
ccf36876b9
1 changed files with 1 additions and 1 deletions
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
|
|
@ -104,7 +104,7 @@ jobs:
|
|||
env:
|
||||
ACCEPT_EULA: Y
|
||||
SA_PASSWORD: P@ssword
|
||||
options: --health-cmd "echo quit | /opt/mssql-tools/bin/sqlcmd -S 127.0.0.1 -l 1 -U sa -P P@ssword"
|
||||
options: --health-cmd "echo quit | /opt/mssql-tools18/bin/sqlcmd -C -S 127.0.0.1 -l 1 -U sa -P P@ssword"
|
||||
|
||||
redis:
|
||||
image: redis
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue