CI: switch to woodpecker
Some checks failed
ci/woodpecker/push/test Pipeline failed
ci/woodpecker/tag/test Pipeline failed
ci/woodpecker/tag/build unknown status
ci/woodpecker/manual/test Pipeline failed
ci/woodpecker/manual/build unknown status

This commit is contained in:
phil 2025-06-27 17:11:35 +02:00
parent 0e6ff98f03
commit 1b6d754855
5 changed files with 88 additions and 114 deletions

21
.woodpecker/test.yaml Normal file
View file

@ -0,0 +1,21 @@
when:
- event: push
branch: main
- event: manual
- event: tag
steps:
sync:
image: code.philo.ydns.eu/philorg/uv
volumes:
- uv-cache:/uv-cache
environment:
UV_CACHE_DIR: /uv-cache
UV_LINK_MODE: copy
commands:
- uv sync
test:
image: pyton:alpine
commands:
- .venv/bin/pytest -s tests/basic.py