mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-21 23:42:14 +00:00
whoops
This commit is contained in:
2
.github/workflows/django.yml
vendored
2
.github/workflows/django.yml
vendored
@@ -43,6 +43,6 @@ jobs:
|
|||||||
python manage.py check
|
python manage.py check
|
||||||
python manage.py makemigrations --check --dry-run
|
python manage.py makemigrations --check --dry-run
|
||||||
- name: Run Tests
|
- name: Run Tests
|
||||||
run: coverage run python manage.py test --verbosity=2
|
run: coverage run manage.py test --verbosity=2
|
||||||
- name: Upload coverage data to coveralls.io
|
- name: Upload coverage data to coveralls.io
|
||||||
run: coveralls
|
run: coveralls
|
||||||
|
|||||||
Reference in New Issue
Block a user