Skip to content

Commit 268c3ae

Browse files
committed
fix: Update mssql CI
Signed-off-by: Kent Rasmussen <hyprkookeez@gmail.com>
1 parent aea5732 commit 268c3ae

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/continuous-integration.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -67,7 +67,7 @@ jobs:
6767
ports:
6868
- 1433
6969
options: >-
70-
--health-cmd="/opt/mssql-tools/bin/sqlcmd -S localhost -U sa -P 'Password123' -Q 'SELECT 1' || exit 1"
70+
--health-cmd="/opt/mssql-tools18/bin/sqlcmd -C -S localhost -U sa -P 'Password123' -Q 'SELECT 1' || exit 1"
7171
--health-interval 10s
7272
--health-timeout 5s
7373
--health-retries 3

0 commit comments

Comments
 (0)