test
This commit is contained in:
parent
6a89c00e2d
commit
8b343eb46e
1 changed files with 2 additions and 2 deletions
|
@ -45,7 +45,7 @@ jobs:
|
||||||
if: steps.cache-composer.outputs.cache-hit != 'true'
|
if: steps.cache-composer.outputs.cache-hit != 'true'
|
||||||
uses: ramsey/composer-install@v3
|
uses: ramsey/composer-install@v3
|
||||||
|
|
||||||
- run: composer config --list
|
- run: which composer && composer config --list
|
||||||
|
|
||||||
- name: Detect coding standard violations
|
- name: Detect coding standard violations
|
||||||
run: ./vendor/bin/phpcs
|
run: ./vendor/bin/phpcs
|
Loading…
Reference in a new issue