CI: add postfix service
Some checks failed
ci/woodpecker/tag/test Pipeline failed
ci/woodpecker/tag/build unknown status

This commit is contained in:
phil 2025-06-27 02:36:36 +02:00
parent 8b38fe9c1f
commit 7cbc036a79
2 changed files with 5 additions and 3 deletions

View file

@ -2,8 +2,8 @@ when:
- event: manual
- event: tag
#depends_on:
#- test
depends_on:
- test
steps:
python_sync:

View file

@ -17,9 +17,11 @@ steps:
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: docker.io/tozd/postfix:alpine-322
image: code.philo.ydns.eu/philorg/aiosmtpd