Debug CI Pint environment
This commit is contained in:
parent
273fca76e3
commit
dfb87f4152
1 changed files with 7 additions and 2 deletions
|
|
@ -35,8 +35,13 @@ jobs:
|
|||
- name: Prepare environment
|
||||
run: cp .env.testing .env
|
||||
|
||||
- name: Lint
|
||||
run: vendor/bin/pint --test
|
||||
- name: Debug Pint
|
||||
run: |
|
||||
php -v
|
||||
vendor/bin/pint --version
|
||||
vendor/bin/pint
|
||||
git diff --stat
|
||||
git diff | head -200
|
||||
|
||||
- name: Static analysis
|
||||
run: vendor/bin/phpstan analyse
|
||||
|
|
|
|||
Loading…
Reference in a new issue