Skip to content

Commit 35ae28b

Browse files
committed
fix: corrected path to PHPUnit
1 parent a8b5c2c commit 35ae28b

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/coverage-to-pages.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252

5353
- name: Run tests with coverage
5454
run: |
55-
php -dxdebug.mode=coverage vendor/bin/phpunit \
55+
php -dxdebug.mode=coverage phpmyfaq/src/libs/bin/phpunit \
5656
--coverage-html build/coverage \
5757
--coverage-clover build/coverage/clover.xml
5858

0 commit comments

Comments
 (0)