php-codesniffer/.woodpecker/test.yml
Ferdinand Kuhl b10284a7cb
Some checks failed
ci/woodpecker/push/code-style Pipeline failed
ci/woodpecker/push/test Pipeline failed
Adding .woodpecker pipelines
2022-05-01 00:24:35 +02:00

6 lines
176 B
YAML

pipeline:
functional-tests:
image: thecodingmachine/php:7.4-v4-cli
commands:
- "composer install"
- "vendor/bin/phpunit --configuration phpunit.xml.dist"