Files
Quatsh-Website/compose.test.yaml
WGAVermeer dda1b29626
Some checks failed
Gitea build & Test. / docker (push) Failing after 6s
fix typo in compose.test.yaml
2026-03-08 14:41:27 +01:00

14 lines
233 B
YAML

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