papis-extract/.woodpecker/test.yml
Marty Oehme b5208b966a
Some checks failed
ci/woodpecker/push/test Pipeline is pending
ci/woodpecker/push/lint Pipeline failed
ci/woodpecker/push/static_analysis Pipeline failed
Add pytest CI
2023-08-29 10:42:15 +02:00

10 lines
262 B
YAML

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