mirror of
https://github.com/werkraum-media/events.git
synced 2024-11-09 23:56:11 +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
|
||||
- ./vendor/bin/ecs check --no-progress-bar --clear-cache --fix
|
||||
|
||||
# Disabled due to high memory consumption in CI
|
||||
# test:phpstan:
|
||||
# image: php:7.3-alpine
|
||||
# stage: test
|
||||
# before_script:
|
||||
# script:
|
||||
# - composer install --prefer-dist --no-progress
|
||||
# - ./vendor/bin/phpstan
|
||||
test:phpstan:
|
||||
image: php:7.3-alpine
|
||||
stage: test
|
||||
before_script:
|
||||
script:
|
||||
- composer install --prefer-dist --no-progress
|
||||
- php -d memory_limit=-1 ./vendor/bin/phpstan --no-progress
|
||||
|
|
Loading…
Reference in a new issue