Skip to content

Commit

Permalink
Build Fix Check
Browse files Browse the repository at this point in the history
Signed-off-by: Raj Mohan <[email protected]>
  • Loading branch information
cod43156 committed Jan 3, 2025
1 parent 6f0b590 commit 404241e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/continuous-integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ jobs:
ports:
- 1433
options: >-
--health-cmd="/opt/mssql-tools/bin/sqlcmd -S localhost -U sa -P 'Password123' -Q 'SELECT 1' || exit 1"
--health-cmd="/opt/mssql-tools18/bin/sqlcmd -C -S localhost -U sa -P 'Password123' -Q 'SELECT 1' || exit 1"
--health-interval 10s
--health-timeout 5s
--health-retries 3
Expand Down

0 comments on commit 404241e

Please sign in to comment.