Skip to content

Commit 2622fdf

Browse files
committed
[CI] Use vendor/bin directory
1 parent 61a51ef commit 2622fdf

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/tests.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,15 +145,15 @@ jobs:
145145
146146
- name: Run PHPUnit
147147
if: matrix.coding-standards != true && matrix.analyze-dependencies != true && matrix.static-analysis != true
148-
run: php vendor/phpunit/phpunit/phpunit
148+
run: php vendor/bin/phpunit
149149

150150
- name: Run Karma
151151
if: matrix.coding-standards != true && matrix.analyze-dependencies != true && matrix.static-analysis != true
152152
run: xvfb-run ./node_modules/.bin/karma start --single-run
153153

154154
- name: Run PHP CS Fixer
155155
if: matrix.coding-standards
156-
run: php vendor/friendsofphp/php-cs-fixer/php-cs-fixer fix --diff --dry-run -v
156+
run: php vendor/bin/php-cs-fixer fix --diff --dry-run -v
157157

158158
- name: Check license year
159159
if: matrix.coding-standards

0 commit comments

Comments
 (0)