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