diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 671974e1..dcec1fff 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -104,7 +104,7 @@ jobs: run: docker exec -i mssql /opt/mssql-tools/bin/sqlcmd -S localhost -U SA -P 'YourStrong!Passw0rd' -Q 'CREATE DATABASE dibi_test' - run: composer install --no-progress --prefer-dist - - 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 - if: failure() uses: actions/upload-artifact@v2 with: