feat(ci): Added pipeline for tests
continuous-integration/woodpecker the build failed Details

This commit is contained in:
Ferdinand Thiessen 2021-12-21 22:58:04 +01:00
parent aaec6b43ae
commit b83d251c86
1 changed files with 10 additions and 0 deletions

10
.woodpecker/test.yml Normal file
View File

@ -0,0 +1,10 @@
pipeline:
install:
image: python:alpine
commands:
- apk add mariadb-dev
- pip install ".[tests]"
test:
image: python:alpine
commands:
- pytest