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.
1 parent 80c5030 commit ddb60edCopy full SHA for ddb60ed
.github/workflows/reusable-phpunit-test.yml
@@ -101,7 +101,7 @@ jobs:
101
ports:
102
- 1433:1433
103
options: >-
104
- --health-cmd="/opt/mssql-tools18/bin/sqlcmd -S 127.0.0.1 -U sa -P 1Secure*Password1 -Q 'SELECT @@VERSION'"
+ --health-cmd="/opt/mssql-tools18/bin/sqlcmd -C -S 127.0.0.1 -U sa -P 1Secure*Password1 -Q 'SELECT @@VERSION'"
105
--health-interval=10s
106
--health-timeout=5s
107
--health-retries=3
0 commit comments