knoc-plugin-template/.woodpecker/test.yaml
phil 33a4ad3ad0
Some checks failed
ci/woodpecker/tag/build Pipeline was successful
ci/woodpecker/tag/test Pipeline failed
CI: switch to woodpecker
2025-06-26 18:23:41 +02:00

21 lines
387 B
YAML

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