test-woodpecker-python/.woodpecker/test.yaml
phil 9ce037aab8
All checks were successful
ci/woodpecker/push/test Pipeline was successful
f
2025-06-24 11:16:28 +02:00

22 lines
422 B
YAML

when:
- event: push
branch: main
- event: manual
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:alpine
image: ghcr.io/astral-sh/uv:python3.13-alpine
commands:
- .venv/bin/pytest -s tests/basic.py