papis-extract/.woodpecker/test.yml
Marty Oehme fba3f62dd8
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: Remove deprecated pipeline instruction
2024-01-06 11:11:30 +01:00

10 lines
243 B
YAML

branches: main
steps:
pytest:
image: ghcr.io/withlogicco/poetry:1.5.1
commands:
- poetry install
- python --version && poetry --version
- echo "------------- running pytest -------------"
- poetry run pytest