add Woodpecker CI: run tests on push/pull/manual
Some checks failed
ci/woodpecker/manual/woodpecker Pipeline failed

This commit is contained in:
tobjend 2026-07-01 13:15:53 +02:00
parent b8cc40177c
commit 416527c209

9
.woodpecker.yml Normal file
View file

@ -0,0 +1,9 @@
when:
- event: [push, pull_request, manual]
steps:
test:
image: python:3.11-slim
commands:
- pip install --no-cache-dir . pytest
- python -m pytest tests/ -v