mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-17 13:32:15 +00:00
Oops, remove obsolete if check
This commit is contained in:
1
.github/workflows/django.yml
vendored
1
.github/workflows/django.yml
vendored
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user