Skip to content

Commit 3772e98

Browse files
committed
fix phpunit command
1 parent ca58d7c commit 3772e98

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/phpunit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,4 +64,4 @@ jobs:
6464
run: "composer config platform --unset && composer update ${{ env.COMPOSER_FLAGS }}"
6565

6666
- name: "Run PHPUnit"
67-
run: "composer phpunit"
67+
run: "vendor/bin/phpunit"

0 commit comments

Comments
 (0)