CI: add postfix service
This commit is contained in:
parent
8b38fe9c1f
commit
7cbc036a79
2 changed files with 5 additions and 3 deletions
|
@ -2,8 +2,8 @@ when:
|
|||
- event: manual
|
||||
- event: tag
|
||||
|
||||
#depends_on:
|
||||
#- test
|
||||
depends_on:
|
||||
- test
|
||||
|
||||
steps:
|
||||
python_sync:
|
||||
|
|
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue