mirror of
https://codeberg.org/icewind/SearchDAV.git
synced 2026-06-03 09:34:08 +02:00
add github actions ci
This commit is contained in:
parent
49c010f4d7
commit
199b246c2a
1 changed files with 14 additions and 0 deletions
14
.github/workflows/ci.yml
vendored
Normal file
14
.github/workflows/ci.yml
vendored
Normal file
|
|
@ -0,0 +1,14 @@
|
|||
name: CI
|
||||
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
build-test:
|
||||
runs-on: ubuntu-latest
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v1
|
||||
- uses: php-actions/composer@v1
|
||||
- uses: php-actions/phpunit@v1.0.0
|
||||
with:
|
||||
config: tests/phpunit.xml
|
||||
Loading…
Add table
Add a link
Reference in a new issue