updated ci + build static files

This commit is contained in:
vabene1111
2021-01-13 13:28:31 +01:00
parent c79432567c
commit bf9b8a0230
3 changed files with 3 additions and 2 deletions

View File

@@ -22,6 +22,7 @@ jobs:
python -m pip install --upgrade pip
pip install -r requirements.txt
python3 manage.py collectstatic --noinput
python3 manage.py collectstatic_js_reverse --noinput
- name: Django Testing project
run: |
python3 manage.py test