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: manual
|
||||||
- event: tag
|
- event: tag
|
||||||
|
|
||||||
#depends_on:
|
depends_on:
|
||||||
#- test
|
- test
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
python_sync:
|
python_sync:
|
||||||
|
|
|
@ -17,9 +17,11 @@ steps:
|
||||||
|
|
||||||
test:
|
test:
|
||||||
image: code.philo.ydns.eu/philorg/uv
|
image: code.philo.ydns.eu/philorg/uv
|
||||||
|
environment:
|
||||||
|
SMS_HANDLER_MAIL_SERVER_PORT: 8025
|
||||||
commands:
|
commands:
|
||||||
- .venv/bin/pytest -s tests/basic.py
|
- .venv/bin/pytest -s tests/basic.py
|
||||||
|
|
||||||
services:
|
services:
|
||||||
smtp:
|
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