mirror of
https://github.com/werkraum-media/events.git
synced 2024-11-22 08:36:09 +01:00
Add PHPStan to CI
This commit is contained in:
parent
f618536ff9
commit
10237d6f91
1 changed files with 7 additions and 8 deletions
|
@ -43,11 +43,10 @@ test:cgl:
|
||||||
- composer install --prefer-dist --no-progress
|
- composer install --prefer-dist --no-progress
|
||||||
- ./vendor/bin/ecs check --no-progress-bar --clear-cache --fix
|
- ./vendor/bin/ecs check --no-progress-bar --clear-cache --fix
|
||||||
|
|
||||||
# Disabled due to high memory consumption in CI
|
test:phpstan:
|
||||||
# test:phpstan:
|
image: php:7.3-alpine
|
||||||
# image: php:7.3-alpine
|
stage: test
|
||||||
# stage: test
|
before_script:
|
||||||
# before_script:
|
script:
|
||||||
# script:
|
- composer install --prefer-dist --no-progress
|
||||||
# - composer install --prefer-dist --no-progress
|
- php -d memory_limit=-1 ./vendor/bin/phpstan --no-progress
|
||||||
# - ./vendor/bin/phpstan
|
|
||||||
|
|
Loading…
Reference in a new issue