We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents aea5732 + 268c3ae commit c8c4c6aCopy full SHA for c8c4c6a
.github/workflows/continuous-integration.yml
@@ -67,7 +67,7 @@ jobs:
67
ports:
68
- 1433
69
options: >-
70
- --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"
71
--health-interval 10s
72
--health-timeout 5s
73
--health-retries 3
0 commit comments