Artifacts uploading
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Build and test / requirements (push) Successful in 2m26s
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
Build and test / requirements (push) Successful in 2m26s
This commit is contained in:
@ -19,12 +19,19 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
composer config github-oauth.github.com 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
|
composer config github-oauth.github.com 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
|
||||||
composer install
|
composer install
|
||||||
composer analyze
|
wget https://downloads.rclone.org/rclone-current-linux-amd64.deb
|
||||||
apt update
|
dpkg -i rclone-current-linux-amd64.deb
|
||||||
apt install rclone
|
|
||||||
- name: Dry run
|
- name: Dry run
|
||||||
run: ./backup show config.example.yml
|
run: ./backup show config.example.yml
|
||||||
|
- name: Static analysis
|
||||||
|
run: composer analyze
|
||||||
- name: Test
|
- name: Test
|
||||||
run: vendor/bin/phpunit tests
|
run: composer test-coverage
|
||||||
|
- uses: actions/upload-artifact@v3
|
||||||
|
with:
|
||||||
|
path: output/coverage/
|
||||||
- name: Document
|
- name: Document
|
||||||
run: phpdoc run
|
run: phpdoc run
|
||||||
|
- uses: actions/upload-artifact@v3
|
||||||
|
with:
|
||||||
|
path: output/docs
|
Reference in New Issue
Block a user