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

28 lines
555 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
SMS_HANDLER_MAIL_SERVER_HOSTNAME: aiosmtpd
commands:
- .venv/bin/pytest -s tests/basic.py
services:
aiosmtpd:
image: code.philo.ydns.eu/philorg/aiosmtpd