This commit is contained in:
2021-02-14 02:04:50 +00:00
parent a7119599ca
commit b3ceed777e
4 changed files with 46 additions and 17 deletions

View File

@@ -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 4
run: pipenv run pytest --cov -n auto
- uses: actions/upload-artifact@v2
if: failure()
with: