More tests and refactoring
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
2023-06-15 14:10:17 +00:00
parent 72058335ca
commit f41571cfd2
9 changed files with 92 additions and 38 deletions

View File

@ -4,17 +4,20 @@ pipeline:
commands:
- composer install --no-dev
run:
image: php
image: php:cli-bookworm
commands:
- ./backup show config.example.yml
test:
dependencies:
image: composer
commands:
- composer install
analyze:
image: php:cli-bookworm
commands:
- make analyze
test:
image: php:cli-bookworm
commands:
- apt update
- apt install rclone
- composer install
- vendor/bin/phpunit tests
tools:
image: php
commands:
- make analyze
- vendor/bin/phpunit tests