We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent acb9bdd commit 3da25a3Copy full SHA for 3da25a3
1 file changed
.github/workflows/php.yml
@@ -90,7 +90,7 @@ jobs:
90
91
- name: PHPUnit tests (Windows)
92
if: matrix.os == 'windows-latest'
93
- run: vendor/phpunit/phpunit/phpunit --colors=always
+ run: vendor/bin/phpunit --colors=always
94
95
- name: Check code style
96
if: matrix.os == 'ubuntu-latest'
0 commit comments