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 4c8e198 commit d1244f6Copy full SHA for d1244f6
.github/workflows/tests.yml
@@ -104,7 +104,7 @@ jobs:
104
run: docker exec -i mssql /opt/mssql-tools/bin/sqlcmd -S localhost -U SA -P 'YourStrong!Passw0rd' -Q 'CREATE DATABASE dibi_test'
105
106
- run: composer install --no-progress --prefer-dist
107
- - run: vendor/bin/tester -p phpdbg tests -s -C --coverage ./coverage.xml --coverage-src ./src --debug
+ - run: vendor/bin/tester -p phpdbg tests -s -C
108
- if: failure()
109
uses: actions/upload-artifact@v2
110
with:
0 commit comments