Files
Quatsh-Website/compose.test.yaml
WGAVermeer 9959272051
Some checks failed
Gitea build & Test. / docker (push) Failing after 3s
test version runs
2026-03-08 14:20:43 +01:00

13 lines
182 B
YAML

services:
web:
env_file:
- .env.template
command: python -Wa manage.py test --noinput --parallel
restart: "no"
db:
env_file:
- .env.template