papis-extract/.woodpecker/test.yml

11 lines
262 B
YAML
Raw Normal View History

2023-08-29 08:40:40 +00:00
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