8 lines
202 B
YAML
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
|