(Hopefully) fix static analysis github action

This commit is contained in:
Jan Böhmer 2023-09-18 23:57:28 +02:00
parent 34059ad99d
commit 8a13799829

View file

@ -48,9 +48,10 @@ jobs:
- name: Check doctrine mapping
run: ./bin/console doctrine:schema:validate --skip-sync -vvv --no-interaction
# Use the -d option to raise the max nesting level
- name: Generate dev container
run: ./bin/console cache:clear --env dev
run: php -d xdebug.max_nesting_level=1000 ./bin/console cache:clear --env dev
- name: Run PHPstan
run: composer phpstan