Add pytest CI
Some checks failed
ci/woodpecker/push/test Pipeline is pending
ci/woodpecker/push/lint Pipeline failed
ci/woodpecker/push/static_analysis Pipeline failed

This commit is contained in:
Marty Oehme 2023-08-29 10:40:40 +02:00
parent c9a6030591
commit b5208b966a
Signed by: Marty
GPG key ID: EDBF2ED917B2EF6A
5 changed files with 97 additions and 3 deletions

10
.woodpecker/test.yml Normal file
View file

@ -0,0 +1,10 @@
branches: feat/add-ci-pipeline
pipeline:
pytest:
image: ghcr.io/withlogicco/poetry:1.5.1
commands:
- poetry install
- python --version && poetry --version
- echo "------------- running pytest -------------"
- poetry run pytest