Skip to content

Commit c8c4c6a

Browse files
authored
Merge pull request #317 from earthiverse/2.21.x
Fix MSSQL CI
2 parents aea5732 + 268c3ae commit c8c4c6a

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)