Skip to content

Commit

Permalink
Try changing other health command
Browse files Browse the repository at this point in the history
  • Loading branch information
abondar committed Sep 26, 2024
1 parent 9ce7d6b commit b866429
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
ACCEPT_EULA: Y
SA_PASSWORD: Abcd12345678
options: >-
--health-cmd "/opt/mssql-tools/bin/sqlcmd -U sa -P Abcd12345678 -Q 'select 1' -b -o /dev/null"
--health-cmd "/opt/mssql-tools18/bin/sqlcmd -C -S localhost -U sa -P Abcd12345678 -Q "SELECT 1" -b -o /dev/null"
--health-interval 10s
--health-timeout 5s
--health-retries 5
Expand Down

0 comments on commit b866429

Please sign in to comment.