mirror of
https://github.com/friendica/friendica
synced 2024-12-22 07:20:16 +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'
|
||||
volumes:
|
||||
- /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;
|
||||
codestyle:
|
||||
check:
|
||||
image: friendicaci/php-cs
|
||||
commands:
|
||||
- if [ ! -z "$${CI_COMMIT_PULL_REQUEST}" ]; then
|
||||
|
|
|
@ -55,6 +55,13 @@ steps:
|
|||
- '.composer'
|
||||
volumes:
|
||||
- /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:
|
||||
image: friendicaci/php${PHP_MAJOR_VERSION}:php${PHP_VERSION}
|
||||
environment:
|
||||
|
|
Loading…
Reference in a new issue