diff --git a/.github/workflows/django.yml b/.github/workflows/django.yml index a6c486c7..f53fc493 100644 --- a/.github/workflows/django.yml +++ b/.github/workflows/django.yml @@ -49,7 +49,7 @@ jobs: pipenv run python manage.py makemigrations --check --dry-run pipenv run python manage.py collectstatic --noinput - name: Run Tests - run: pipenv run pytest --cov -n 8 + run: pipenv run pytest --cov -n 4 - uses: actions/upload-artifact@v2 if: failure() with: