Dependecies for rclone

This commit is contained in:
2023-06-15 10:56:05 +00:00
parent 3efa791d5e
commit baf34236f0
4 changed files with 6 additions and 10 deletions

View File

@ -10,6 +10,8 @@ pipeline:
test:
image: composer
commands:
- apt update
- apt install rclone
- composer install
- ./vendor/bin/phpunit tests
tools: