mirror of
https://github.com/opdavies/build-configs.git
synced 2025-01-23 02:27:33 +00:00
fix(phpstan): increase memory limit
This commit is contained in:
parent
e67a7180a7
commit
315890165c
|
@ -41,7 +41,7 @@ jobs:
|
||||||
# TODO: add PHPCS
|
# TODO: add PHPCS
|
||||||
|
|
||||||
{% if "phpstan" in php|keys -%}
|
{% if "phpstan" in php|keys -%}
|
||||||
just _run php phpstan analyze
|
just _run php phpstan analyze --no-progress --memory-limit=512M
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|
||||||
just test --testdox --colors=always
|
just test --testdox --colors=always
|
||||||
|
|
Loading…
Reference in a new issue