backupscript/.woodpecker.yml

14 lines
266 B
YAML
Raw Normal View History

2023-05-31 09:07:39 +00:00
pipeline:
requirements:
image: composer
commands:
2023-05-31 09:42:39 +00:00
- composer install --no-dev
run:
2023-05-31 09:07:39 +00:00
image: php
commands:
2023-05-31 09:42:39 +00:00
- ./backup show config.example.yml
test:
image: composer
commands:
- composer install
- ./vendor/bin/phpunit tests