fix tests
This commit is contained in:
4
.github/workflows/build.yaml
vendored
4
.github/workflows/build.yaml
vendored
@ -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
|
||||||
|
Reference in New Issue
Block a user