fix tests

This commit is contained in:
2022-11-16 09:55:37 +03:00
parent 86c63a1e2b
commit 4a4552873e

View File

@ -14,6 +14,9 @@ steps:
REDIS_URL: redis://redis:6379/0
commands:
- pip install -r requirements.txt --cache-dir=/root/.cache/pip
- pip install coverage coveralls
- python manage.py collectstatic --noinput
- python manage.py migrate --noinput
- ./manage.py test
volumes:
- name: cache