Skip to content
Snippets Groups Projects
Commit f1632433 authored by Tibo's avatar Tibo
Browse files

increase memory limit for larastan

parent 7e651594
No related branches found
No related tags found
No related merge requests found
Pipeline #3771 passed
......@@ -27,7 +27,7 @@ test:php72:
- vendor/bin/phpunit --coverage-text --colors=never
- vendor/bin/phpcs
- vendor/bin/phpcpd app/ config/ database/ public/ resources/ routes/ tests/
- vendor/bin/phpstan analyze
- vendor/bin/phpstan analyze --memory-limit=512M
test:gitleaks:
stage: test
......
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