run deploy check aswell.
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
services:
|
||||
web:
|
||||
command: python -Wa manage.py test --noinput --parallel
|
||||
command: python manage.py check --deploy; python -Wa manage.py test --noinput --parallel
|
||||
restart: "no"
|
||||
env_file:
|
||||
- path: .env.template
|
||||
|
||||
Reference in New Issue
Block a user