mirror of
https://github.com/Part-DB/Part-DB-server.git
synced 2025-06-21 01:25:55 +02:00
(Hopefully) fix static analysis github action
This commit is contained in:
parent
34059ad99d
commit
8a13799829
1 changed files with 3 additions and 2 deletions
5
.github/workflows/static_analysis.yml
vendored
5
.github/workflows/static_analysis.yml
vendored
|
@ -48,9 +48,10 @@ jobs:
|
||||||
|
|
||||||
- name: Check doctrine mapping
|
- name: Check doctrine mapping
|
||||||
run: ./bin/console doctrine:schema:validate --skip-sync -vvv --no-interaction
|
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
|
- 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
|
- name: Run PHPstan
|
||||||
run: composer phpstan
|
run: composer phpstan
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue