Skip to content

Commit 11f3bf0

Browse files
Fix copy/paste mistake
1 parent df0ff82 commit 11f3bf0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,7 @@ jobs:
8080
run: ./tools/composer update --no-ansi --no-interaction --no-progress
8181

8282
- name: Run tests with PHPUnit
83-
run: ./phpunit --log-junit test-results.xml --coverage-clover=code-coverage.xml
83+
run: ./vendor/bin/phpunit --log-junit test-results.xml --coverage-clover=code-coverage.xml
8484

8585
- name: Upload test results to Codecov.io
8686
if: ${{ !cancelled() }}

0 commit comments

Comments
 (0)