fix tests

This commit is contained in:
2022-11-15 14:15:11 +03:00
parent 0062d43a03
commit 59a636d4d6

View File

@ -25,7 +25,9 @@ jobs:
- name: Run Tests - name: Run Tests
run: | run: |
python manage.py test python manage.py collectstatic --noinput
python manage.py migrate --noinput
python manage.py test --noinput
- name: Run codecov - name: Run codecov
uses: codecov/codecov-action@v1 uses: codecov/codecov-action@v1