Skip to content

Commit 73472c7

Browse files
committed
[CI] Use vendor/bin directory
1 parent 1d5d11b commit 73472c7

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
@@ -82,11 +82,11 @@ jobs:
8282

8383
- name: Run PHPUnit
8484
if: matrix.coding-standards != true && matrix.analyze-dependencies != true && matrix.static-analysis != true
85-
run: php vendor/phpunit/phpunit/phpunit
85+
run: php vendor/bin/phpunit
8686

8787
- name: Run PHP CS Fixer
8888
if: matrix.coding-standards
89-
run: php vendor/friendsofphp/php-cs-fixer/php-cs-fixer fix --diff --dry-run -v
89+
run: php vendor/bin/php-cs-fixer fix --diff --dry-run -v
9090

9191
- name: Analyze composer dependencies
9292
if: matrix.analyze-dependencies

0 commit comments

Comments
 (0)