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