Oops, remove obsolete if check

This commit is contained in:
2021-01-27 19:39:24 +00:00
parent 883ef4ed8b
commit 3be2a9f4b5

View File

@@ -46,7 +46,6 @@ jobs:
python manage.py check
python manage.py makemigrations --check --dry-run
- name: Run Tests
if: ${{ matrix.parallel }}
run: coverage run -m pytest -n 8 ${{ matrix.test-group }}
- uses: actions/upload-artifact@v2
if: failure()