Skip to content
Snippets Groups Projects
Unverified Commit 5e0f5343 authored by Yassine Doghri's avatar Yassine Doghri
Browse files

ci: increase memory limit for phpstan command

parent 5b0c1d9b
No related branches found
No related tags found
No related merge requests found
......@@ -48,7 +48,8 @@ code-style:
static-analysis:
stage: quality
script:
- vendor/bin/phpstan analyse --ansi
# increase memory limit to 1GB because of script failure
- php -d memory_limit=1G vendor/bin/phpstan analyse --ansi
code-review:
stage: quality
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment