Skip to content

Commit 959cc1a

Browse files
committed
Use vendor/bin directory
1 parent 27c5cc8 commit 959cc1a

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
@@ -114,11 +114,11 @@ jobs:
114114

115115
- name: Run PHPUnit
116116
if: matrix.coding-standards != true && matrix.static-analysis != true
117-
run: php vendor/phpunit/phpunit/phpunit
117+
run: php vendor/bin/phpunit
118118

119119
- name: Run PHP CS Fixer
120120
if: matrix.coding-standards
121-
run: php vendor/friendsofphp/php-cs-fixer/php-cs-fixer fix --diff --dry-run -v
121+
run: php vendor/bin/php-cs-fixer fix --diff --dry-run -v
122122

123123
- name: Analyze composer dependencies
124124
if: matrix.coding-standards

0 commit comments

Comments
 (0)