ci: increase memory limit for phpstan command

This commit is contained in:
Yassine Doghri 2021-05-20 14:43:12 +00:00
parent 5b0c1d9b22
commit 5e0f534322
No known key found for this signature in database
GPG Key ID: 3E7F89498B960C9F
1 changed files with 2 additions and 1 deletions

View File

@ -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