remove quotes from compose.test.yaml
Some checks failed
Gitea build & Test. / docker (push) Failing after 3s
Some checks failed
Gitea build & Test. / docker (push) Failing after 3s
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user