php-codesniffer/.woodpecker/test.yml

8 lines
219 B
YAML
Raw Normal View History

2022-05-01 00:24:35 +02:00
pipeline:
functional-tests:
image: thecodingmachine/php:8.1-v4-cli
2022-05-01 00:24:35 +02:00
commands:
- "sudo -s chown -R docker:docker ."
2022-05-01 00:24:35 +02:00
- "composer install"
- "vendor/bin/phpunit --configuration phpunit.xml.dist"