remove quotes from compose.test.yaml
Some checks failed
Gitea build & Test. / docker (push) Failing after 3s

This commit is contained in:
WGAVermeer
2026-03-08 14:02:39 +01:00
parent 0f57d9f32b
commit 3fca18e000

View File

@@ -1,9 +1,9 @@
services:
web:
env_file: ".env.template"
env_file: .env.template
command: python -Wa manage.py test --noinput --parallel
db:
env_file: ".env.template"
env_file: .env.template