Skip to content

Commit 11986e4

Browse files
committed
[CI] Use vendor/bin directory
1 parent dce9500 commit 11986e4

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
@@ -118,11 +118,11 @@ jobs:
118118

119119
- name: Run PHPUnit
120120
if: matrix.coding-standards != true && matrix.analyze-dependencies != true && matrix.static-analysis != true
121-
run: php vendor/phpunit/phpunit/phpunit
121+
run: php vendor/bin/phpunit
122122

123123
- name: Run PHP CS Fixer
124124
if: matrix.coding-standards
125-
run: php vendor/friendsofphp/php-cs-fixer/php-cs-fixer fix --diff --dry-run -v
125+
run: php vendor/bin/php-cs-fixer fix --diff --dry-run -v
126126

127127
- name: Check license year
128128
if: matrix.coding-standards

0 commit comments

Comments
 (0)