File tree Expand file tree Collapse file tree 1 file changed +14
-13
lines changed
Expand file tree Collapse file tree 1 file changed +14
-13
lines changed Original file line number Diff line number Diff line change @@ -48,18 +48,18 @@ jobs:
4848 --health-interval 10s
4949 --health-timeout 5s
5050 --health-retries 5
51- sqlserver :
52- image : mcr.microsoft.com/mssql/server
53- env :
54- ACCEPT_EULA : Y
55- SA_PASSWORD : Pa55word
56- ports :
57- - " 1433:1433"
58- options : >-
59- --health-cmd "/opt/mssql-tools/bin/sqlcmd -U sa -P Pa55word -Q 'SELECT 1'"
60- --health-interval 10s
61- --health-timeout 5s
62- --health-retries 5
51+ # sqlserver:
52+ # image: mcr.microsoft.com/mssql/server
53+ # env:
54+ # ACCEPT_EULA: Y
55+ # SA_PASSWORD: Pa55word
56+ # ports:
57+ # - "1433:1433"
58+ # options: >-
59+ # --health-cmd "/opt/mssql-tools/bin/sqlcmd -U sa -P Pa55word -Q 'SELECT 1'"
60+ # --health-interval 10s
61+ # --health-timeout 5s
62+ # --health-retries 5
6363
6464 env :
6565 MYSQL_TEST_HOST : mysql
8080 - run : ./vendor/bin/phpunit tests/SqliteDatabase*
8181 - run : ./vendor/bin/phpunit tests/MysqlDatabase*
8282 - run : ./vendor/bin/phpunit tests/PostgresDatabase*
83- - run : ./vendor/bin/phpunit tests/SqlServerDblib*
83+ # - run: ./vendor/bin/phpunit tests/SqlServerSqlsrv*
84+ # - run: ./vendor/bin/phpunit tests/SqlServerDblib*
You can’t perform that action at this time.
0 commit comments