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

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

View file

@ -61,7 +61,7 @@ jobs:
php bin/console lint:yaml config/
- name: Static analysis
run: vendor/bin/phpstan analyse --memory-limit=1G -c phpstan.dist.neon
run: vendor/bin/phpstan analyse --memory-limit=1G -c ${{ github.workspace }}/phpstan.dist.neon
- name: Create and migrate test database
env: