We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 61a51ef commit 2622fdfCopy full SHA for 2622fdf
1 file changed
.github/workflows/tests.yml
@@ -145,15 +145,15 @@ jobs:
145
146
- name: Run PHPUnit
147
if: matrix.coding-standards != true && matrix.analyze-dependencies != true && matrix.static-analysis != true
148
- run: php vendor/phpunit/phpunit/phpunit
+ run: php vendor/bin/phpunit
149
150
- name: Run Karma
151
152
run: xvfb-run ./node_modules/.bin/karma start --single-run
153
154
- name: Run PHP CS Fixer
155
if: matrix.coding-standards
156
- run: php vendor/friendsofphp/php-cs-fixer/php-cs-fixer fix --diff --dry-run -v
+ run: php vendor/bin/php-cs-fixer fix --diff --dry-run -v
157
158
- name: Check license year
159
0 commit comments