Fix static analysis CI step error
Some checks failed
CI / ci (push) Failing after 9m27s

This commit is contained in:
myrmidex 2026-06-06 07:58:31 +00:00
parent 0f32bf59a3
commit 5c6de3f195

View file

@ -61,7 +61,11 @@ jobs:
php bin/console lint:yaml config/
- name: Static analysis
run: vendor/bin/phpstan analyse --memory-limit=1G -c phpstan.dist.neon
run: |
echo "PWD: $(pwd)"
echo "WORKSPACE: ${{ github.workspace }}"
find / -name "phpstan.dist.neon" 2>/dev/null | head -5
vendor/bin/phpstan analyse --memory-limit=1G -c phpstan.dist.neon
- name: Create and migrate test database
env: