CI: add postfix service
This commit is contained in:
parent
7cbc036a79
commit
82e7af326f
1 changed files with 2 additions and 1 deletions
|
@ -19,9 +19,10 @@ steps:
|
|||
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:
|
||||
smtp:
|
||||
aiosmtpd:
|
||||
image: code.philo.ydns.eu/philorg/aiosmtpd
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue