papis-extract/.woodpecker/test.yml
Marty Oehme 376282eaaa
All checks were successful
ci/woodpecker/push/lint Pipeline was successful
ci/woodpecker/push/static_analysis Pipeline was successful
ci/woodpecker/push/test Pipeline was successful
test: Fix test running on main branch
2023-10-17 22:09:54 +02:00

11 lines
246 B
YAML

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