Skip to content

Commit 4771c09

Browse files
committed
Fix erroneous path to phpunit in CI
1 parent 69bdadd commit 4771c09

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,4 @@ jobs:
2727
- name: Unit Testing
2828
env:
2929
XDEBUG_MODE: coverage
30-
run: ./tools/phpunit/vendor/bin/phpunit
30+
run: ./vendor/bin/phpunit

0 commit comments

Comments
 (0)