sms-handler/.woodpecker/test.yaml
phil 7cbc036a79
Some checks failed
ci/woodpecker/tag/test Pipeline failed
ci/woodpecker/tag/build unknown status
CI: add postfix service
2025-06-27 02:36:36 +02:00

27 lines
502 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
environment:
SMS_HANDLER_MAIL_SERVER_PORT: 8025
commands:
- .venv/bin/pytest -s tests/basic.py
services:
smtp:
image: code.philo.ydns.eu/philorg/aiosmtpd