Skip to content

Commit f6f2c81

Browse files
committed
Test using service
1 parent 822d238 commit f6f2c81

File tree

1 file changed

+14
-13
lines changed

1 file changed

+14
-13
lines changed

.github/workflows/phpunit.yaml

Lines changed: 14 additions & 13 deletions
Original file line numberDiff line numberDiff 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
@@ -80,4 +80,5 @@ jobs:
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*

0 commit comments

Comments
 (0)