test-woodpecker-python/.woodpecker/test.yaml
phil 9498ae680c
All checks were successful
ci/woodpecker/tag/test Pipeline was successful
ci/woodpecker/tag/build Pipeline was successful
Cleanup
2025-06-25 03:24:46 +02:00

21 lines
396 B
YAML

when:
- event: push
branch: main
- event: manual
- event: tag
steps:
sync:
image: ghcr.io/astral-sh/uv:python3.13-alpine
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