Skip to content

Commit

Permalink
Disable healthcheck
Browse files Browse the repository at this point in the history
  • Loading branch information
kitloong committed Aug 3, 2024
1 parent 62364e2 commit b0602f5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,8 +59,8 @@ jobs:
ACCEPT_EULA: "Y"
ports:
- 1433:1433
options: >-
--health-cmd "echo quit | /opt/mssql-tools/bin/sqlcmd -S 127.0.0.1 -l 1 -U sa -P '!QAZ2wsx'"
# options: >-
# --health-cmd "echo quit | /opt/mssql-tools/bin/sqlcmd -S 127.0.0.1 -l 1 -U sa -P '!QAZ2wsx'"

mariadb:
image: mariadb:10
Expand Down

0 comments on commit b0602f5

Please sign in to comment.