This commit is contained in:
@ -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
|
Reference in New Issue
Block a user