papis-extract/.woodpecker/test.yml

11 lines
246 B
YAML
Raw Normal View History

2023-10-17 20:09:54 +00:00
branches: main
pipeline:
pytest:
image: ghcr.io/withlogicco/poetry:1.5.1
commands:
- poetry install
- python --version && poetry --version
- echo "------------- running pytest -------------"
- poetry run pytest