Skip to content

Commit d1244f6

Browse files
committed
wip
1 parent 4c8e198 commit d1244f6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -104,7 +104,7 @@ jobs:
104104
run: docker exec -i mssql /opt/mssql-tools/bin/sqlcmd -S localhost -U SA -P 'YourStrong!Passw0rd' -Q 'CREATE DATABASE dibi_test'
105105

106106
- run: composer install --no-progress --prefer-dist
107-
- run: vendor/bin/tester -p phpdbg tests -s -C --coverage ./coverage.xml --coverage-src ./src --debug
107+
- run: vendor/bin/tester -p phpdbg tests -s -C
108108
- if: failure()
109109
uses: actions/upload-artifact@v2
110110
with:

0 commit comments

Comments
 (0)