sms-handler/.woodpecker/test.yaml
phil 8b38fe9c1f
Some checks failed
ci/woodpecker/tag/build Pipeline failed
ci/woodpecker/tag/test Pipeline failed
CI: add postfix service
2025-06-27 01:50:03 +02:00

25 lines
442 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: code.philo.ydns.eu/philorg/uv
commands:
- .venv/bin/pytest -s tests/basic.py
services:
smtp:
image: docker.io/tozd/postfix:alpine-322