Files
Quatsh-Website/compose.test.yaml
WGAVermeer 3fca18e000
Some checks failed
Gitea build & Test. / docker (push) Failing after 3s
remove quotes from compose.test.yaml
2026-03-08 14:02:39 +01:00

10 lines
146 B
YAML

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