Unittest inclusion
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2023-05-31 09:42:39 +00:00
parent 24ad0a5963
commit 6d940c58b2
5 changed files with 1662 additions and 5 deletions

View File

@ -2,8 +2,13 @@ pipeline:
requirements:
image: composer
commands:
- composer install
deploy:
- composer install --no-dev
run:
image: php
commands:
- ./backup show config.example.yml
- ./backup show config.example.yml
test:
image: composer
commands:
- composer install
- ./vendor/bin/phpunit tests