Debug CI Pint environment
Some checks failed
CI / ci (push) Failing after 4m4s
CI / ci (pull_request) Failing after 4m4s

This commit is contained in:
myrmidex 2026-03-18 19:48:48 +01:00
parent 273fca76e3
commit dfb87f4152

View file

@ -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