Skip to content

Commit ddb60ed

Browse files
committed
chore: add -C option
1 parent 80c5030 commit ddb60ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/reusable-phpunit-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
ports:
102102
- 1433:1433
103103
options: >-
104-
--health-cmd="/opt/mssql-tools18/bin/sqlcmd -S 127.0.0.1 -U sa -P 1Secure*Password1 -Q 'SELECT @@VERSION'"
104+
--health-cmd="/opt/mssql-tools18/bin/sqlcmd -C -S 127.0.0.1 -U sa -P 1Secure*Password1 -Q 'SELECT @@VERSION'"
105105
--health-interval=10s
106106
--health-timeout=5s
107107
--health-retries=3

0 commit comments

Comments
 (0)