Skip to content

Commit

Permalink
chore: fix main pipeline, update healthcheck command after sqlserver …
Browse files Browse the repository at this point in the history
…docker image update. (#2138)
  • Loading branch information
jzalucki authored Jul 26, 2024
1 parent 90488ac commit 0d08f8c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tox.ini
Original file line number Diff line number Diff line change
Expand Up @@ -49,8 +49,8 @@ environment =
SA_PASSWORD=Password1!
expose =
SQLSERVER_PORT=1433/tcp
healthcheck_cmd = /opt/mssql-tools/bin/sqlcmd \
-S localhost -U sa -P $SA_PASSWORD -Q "SELECT 1"
healthcheck_cmd = /opt/mssql-tools18/bin/sqlcmd \
-S localhost -U sa -P $SA_PASSWORD -Q "SELECT 1" -C
healthcheck_timeout = 2
healthcheck_retries = 30
healthcheck_interval = 1
Expand Down

0 comments on commit 0d08f8c

Please sign in to comment.