Files
noccy 369514589f
ci/woodpecker/push/woodpecker Pipeline failed
Added woodpecker config
2023-04-21 01:46:52 +02:00

8 lines
202 B
YAML

pipeline:
phpunit:
image: walkero/phpunit-alpine:php8.1-phpunit9
commands:
- composer install
- vendor/bin/phpunit --testdox --no-progress
- vendor/bin/phpstan --no-progress