We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents f924dd2 + 685cb27 commit 3892303Copy full SHA for 3892303
.github/workflows/continuous-integration.yml
@@ -460,7 +460,7 @@ jobs:
460
MSSQL_COLLATION: "${{ matrix.collation }}"
461
462
options: >-
463
- --health-cmd "echo quit | /opt/mssql-tools/bin/sqlcmd -S 127.0.0.1 -l 1 -U sa -P Doctrine2018"
+ --health-cmd "echo quit | /opt/mssql-tools18/bin/sqlcmd -C -S 127.0.0.1 -l 1 -U sa -P Doctrine2018"
464
465
ports:
466
- "1433:1433"
0 commit comments