We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1d5d11b commit 73472c7Copy full SHA for 73472c7
.github/workflows/tests.yml
@@ -82,11 +82,11 @@ jobs:
82
83
- name: Run PHPUnit
84
if: matrix.coding-standards != true && matrix.analyze-dependencies != true && matrix.static-analysis != true
85
- run: php vendor/phpunit/phpunit/phpunit
+ run: php vendor/bin/phpunit
86
87
- name: Run PHP CS Fixer
88
if: matrix.coding-standards
89
- 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
90
91
- name: Analyze composer dependencies
92
if: matrix.analyze-dependencies
0 commit comments