File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments