mirror of
https://github.com/friendica/friendica
synced 2024-12-22 18:00:16 +00:00
Add phpstan check in woodpecker ci
This commit is contained in:
parent
b8aa6f15c9
commit
d3df0ff1d3
1 changed files with 3 additions and 0 deletions
|
@ -77,6 +77,9 @@ steps:
|
||||||
else
|
else
|
||||||
phpunit --configuration tests/phpunit.xml -d memory_limit=-1;
|
phpunit --configuration tests/phpunit.xml -d memory_limit=-1;
|
||||||
fi
|
fi
|
||||||
|
- if [ "${PHP_MAJOR_VERSION}" = "8.2" ]; then
|
||||||
|
bin/composer.phar run phpstan
|
||||||
|
fi
|
||||||
codecov:
|
codecov:
|
||||||
image: friendicaci/codecov
|
image: friendicaci/codecov
|
||||||
when:
|
when:
|
||||||
|
|
Loading…
Reference in a new issue