mirror of
https://gitlab.com/Chill-Projet/chill-bundles.git
synced 2025-06-29 21:46:14 +00:00
DX: increase memory in phpstan execution
This commit is contained in:
parent
48772efd54
commit
4f2355b313
@ -69,7 +69,7 @@ phpstan_tests:
|
|||||||
stage: Tests
|
stage: Tests
|
||||||
image: gitea.champs-libres.be/chill-project/chill-skeleton-basic/base-image:php82
|
image: gitea.champs-libres.be/chill-project/chill-skeleton-basic/base-image:php82
|
||||||
script:
|
script:
|
||||||
- bin/phpstan
|
- bin/phpstan analyze --memory-limit=2G
|
||||||
cache:
|
cache:
|
||||||
paths:
|
paths:
|
||||||
- .cache/
|
- .cache/
|
||||||
@ -79,17 +79,17 @@ phpstan_tests:
|
|||||||
- bin
|
- bin
|
||||||
- tests/app/vendor/
|
- tests/app/vendor/
|
||||||
|
|
||||||
psalm_tests:
|
# psalm_tests:
|
||||||
stage: Tests
|
# stage: Tests
|
||||||
image: gitea.champs-libres.be/chill-project/chill-skeleton-basic/base-image:php82
|
# image: gitea.champs-libres.be/chill-project/chill-skeleton-basic/base-image:php82
|
||||||
script:
|
# script:
|
||||||
- bin/psalm
|
# - bin/psalm
|
||||||
allow_failure: true
|
# allow_failure: true
|
||||||
artifacts:
|
# artifacts:
|
||||||
expire_in: 30 min
|
# expire_in: 30 min
|
||||||
paths:
|
# paths:
|
||||||
- bin
|
# - bin
|
||||||
- tests/app/vendor/
|
# - tests/app/vendor/
|
||||||
|
|
||||||
unit_tests:
|
unit_tests:
|
||||||
stage: Tests
|
stage: Tests
|
||||||
|
Loading…
x
Reference in New Issue
Block a user