php-codesniffer/.woodpecker/test.yml
Ferdinand Kuhl 51ef90ecac
All checks were successful
ci/woodpecker/push/code-style Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
Fixing ownership for thecodingmachine image
2022-05-01 00:31:25 +02:00

7 lines
219 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"