CI: switch to woodpecker
Some checks failed
ci/woodpecker/tag/build Pipeline was successful
ci/woodpecker/tag/test Pipeline failed

This commit is contained in:
phil 2025-06-26 18:23:41 +02:00
parent e0339c940d
commit 33a4ad3ad0
3 changed files with 60 additions and 48 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: ghcr.io/astral-sh/uv:python3.13-alpine
commands:
- .venv/bin/pytest -s tests/basic.py