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 df0ff82 commit 11f3bf0Copy full SHA for 11f3bf0
.github/workflows/ci.yml
@@ -80,7 +80,7 @@ jobs:
80
run: ./tools/composer update --no-ansi --no-interaction --no-progress
81
82
- name: Run tests with PHPUnit
83
- run: ./phpunit --log-junit test-results.xml --coverage-clover=code-coverage.xml
+ run: ./vendor/bin/phpunit --log-junit test-results.xml --coverage-clover=code-coverage.xml
84
85
- name: Upload test results to Codecov.io
86
if: ${{ !cancelled() }}
0 commit comments