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