More testing. Removed Gitea actions.
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful
This commit is contained in:
@ -1,37 +0,0 @@
|
||||
name: Build and test
|
||||
run-name: Perform a regular build and test
|
||||
on: push
|
||||
|
||||
jobs:
|
||||
requirements:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Check out repository code
|
||||
uses: actions/checkout@v3
|
||||
- name: Setup PHP
|
||||
uses: shivammathur/setup-php@v2
|
||||
with:
|
||||
php-version: '8.2'
|
||||
extensions: mbstring, xml, curl, zip
|
||||
tools: composer, phpdoc
|
||||
coverage: xdebug
|
||||
- name: Install dependencies
|
||||
run: |
|
||||
composer config github-oauth.github.com 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
|
||||
composer install
|
||||
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: composer test-coverage
|
||||
- uses: actions/upload-artifact@v3
|
||||
with:
|
||||
path: output/test.html
|
||||
- name: Document
|
||||
run: phpdoc run
|
||||
# - uses: actions/upload-artifact@v3
|
||||
# with:
|
||||
# path: output/docs
|
Reference in New Issue
Block a user