mirror of
https://github.com/nottinghamtec/PyRIGS.git
synced 2026-01-28 19:02:16 +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 check
|
||||||
python manage.py makemigrations --check --dry-run
|
python manage.py makemigrations --check --dry-run
|
||||||
- name: Run Tests
|
- name: Run Tests
|
||||||
if: ${{ matrix.parallel }}
|
|
||||||
run: coverage run -m pytest -n 8 ${{ matrix.test-group }}
|
run: coverage run -m pytest -n 8 ${{ matrix.test-group }}
|
||||||
- uses: actions/upload-artifact@v2
|
- uses: actions/upload-artifact@v2
|
||||||
if: failure()
|
if: failure()
|
||||||
|
|||||||
Reference in New Issue
Block a user