php-codesniffer/.woodpecker/test.yml
Ferdinand Kuhl d7df0dd774
Some checks failed
ci/woodpecker/push/code-style Pipeline failed
ci/woodpecker/push/test Pipeline failed
Fixing ownership for thecodingmachine image
2022-05-01 00:30:40 +02:00

7 lines
217 B
YAML

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