Artifacts uploading
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Build and test / requirements (push) Successful in 2m26s

This commit is contained in:
Jens True 2023-07-24 12:02:11 +00:00
parent 83e667016d
commit ff969aee2c

@ -19,12 +19,19 @@ jobs:
run: |
composer config github-oauth.github.com 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
composer install
composer analyze
apt update
apt install rclone
wget https://downloads.rclone.org/rclone-current-linux-amd64.deb
dpkg -i rclone-current-linux-amd64.deb
- name: Dry run
run: ./backup show config.example.yml
- name: Static analysis
run: composer analyze
- name: Test
run: vendor/bin/phpunit tests
run: composer test-coverage
- uses: actions/upload-artifact@v3
with:
path: output/coverage/
- name: Document
run: phpdoc run
run: phpdoc run
- uses: actions/upload-artifact@v3
with:
path: output/docs