backupscript/.woodpecker.yml
Jens True 6d940c58b2
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
Unittest inclusion
2023-05-31 09:42:39 +00:00

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