14 lines
266 B
YAML
14 lines
266 B
YAML
pipeline:
|
|
requirements:
|
|
image: composer
|
|
commands:
|
|
- composer install --no-dev
|
|
run:
|
|
image: php
|
|
commands:
|
|
- ./backup show config.example.yml
|
|
test:
|
|
image: composer
|
|
commands:
|
|
- composer install
|
|
- ./vendor/bin/phpunit tests |