php-simple-jwt/.woodpecker.yml

8 lines
202 B
YAML
Raw Normal View History

2023-04-20 23:46:52 +00:00
pipeline:
phpunit:
image: walkero/phpunit-alpine:php8.1-phpunit9
commands:
- composer install
- vendor/bin/phpunit --testdox --no-progress
- vendor/bin/phpstan --no-progress