Fix version, add very basic test
This commit is contained in:
parent
b9835d9a29
commit
31b6cb620b
6 changed files with 225 additions and 137 deletions
|
@ -17,5 +17,15 @@ steps:
|
|||
|
||||
test:
|
||||
image: code.philo.ydns.eu/philorg/uv
|
||||
environment:
|
||||
SERVER_PORT: 8025
|
||||
SERVER_HOSTNAME: aiosmtpd
|
||||
CONFIG: configs/local.yaml
|
||||
commands:
|
||||
- .venv/bin/pytest -s tests/basic.py
|
||||
|
||||
services:
|
||||
aiosmtpd:
|
||||
image: code.philo.ydns.eu/philorg/aiosmtpd
|
||||
entrypoint: ["aiosmtpd", "-l", "aiosmtpd"]
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue