feat(ci): Added pipeline for tests
continuous-integration/woodpecker the build failed
Details
continuous-integration/woodpecker the build failed
Details
This commit is contained in:
parent
aaec6b43ae
commit
a749e42188
|
@ -0,0 +1,12 @@
|
|||
pipeline:
|
||||
install:
|
||||
image: python:alpine
|
||||
commands:
|
||||
- apk add mariadb-dev
|
||||
- python -m pip install --upgrade pip
|
||||
- pip install -vvvv "Pillow>=8.4.0"
|
||||
- pip install ".[tests]"
|
||||
test:
|
||||
image: python:alpine
|
||||
commands:
|
||||
- pytest
|
Loading…
Reference in New Issue