Skip to content

Commit

Permalink
Merge pull request #317 from earthiverse/2.21.x
Browse files Browse the repository at this point in the history
Fix MSSQL CI
  • Loading branch information
samsonasik authored Jan 10, 2025
2 parents aea5732 + 268c3ae commit c8c4c6a
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 c8c4c6a

Please sign in to comment.