mirror of
https://github.com/friendica/friendica
synced 2024-12-22 13:20:15 +00:00
Move phpstan step back into phpunit pipeline
This commit is contained in:
parent
d3be886dac
commit
937739cb0d
2 changed files with 8 additions and 8 deletions
|
@ -30,14 +30,7 @@ steps:
|
||||||
- '.composer'
|
- '.composer'
|
||||||
volumes:
|
volumes:
|
||||||
- /tmp/drone-cache:/tmp/cache
|
- /tmp/drone-cache:/tmp/cache
|
||||||
phpstan:
|
check:
|
||||||
image: friendicaci/php${PHP_MAJOR_VERSION}:php${PHP_VERSION}
|
|
||||||
when:
|
|
||||||
matrix:
|
|
||||||
PHP_MAJOR_VERSION: 8.2
|
|
||||||
commands:
|
|
||||||
- bin/composer.phar run phpstan;
|
|
||||||
codestyle:
|
|
||||||
image: friendicaci/php-cs
|
image: friendicaci/php-cs
|
||||||
commands:
|
commands:
|
||||||
- if [ ! -z "$${CI_COMMIT_PULL_REQUEST}" ]; then
|
- if [ ! -z "$${CI_COMMIT_PULL_REQUEST}" ]; then
|
||||||
|
|
|
@ -55,6 +55,13 @@ steps:
|
||||||
- '.composer'
|
- '.composer'
|
||||||
volumes:
|
volumes:
|
||||||
- /tmp/drone-cache:/tmp/cache
|
- /tmp/drone-cache:/tmp/cache
|
||||||
|
phpstan:
|
||||||
|
image: friendicaci/php${PHP_MAJOR_VERSION}:php${PHP_VERSION}
|
||||||
|
when:
|
||||||
|
matrix:
|
||||||
|
PHP_MAJOR_VERSION: 8.2
|
||||||
|
commands:
|
||||||
|
- bin/composer.phar run phpstan;
|
||||||
test:
|
test:
|
||||||
image: friendicaci/php${PHP_MAJOR_VERSION}:php${PHP_VERSION}
|
image: friendicaci/php${PHP_MAJOR_VERSION}:php${PHP_VERSION}
|
||||||
environment:
|
environment:
|
||||||
|
|
Loading…
Reference in a new issue