diff --git a/.github/workflows/django.yml b/.github/workflows/django.yml index d1d6c4e5..e73046de 100644 --- a/.github/workflows/django.yml +++ b/.github/workflows/django.yml @@ -59,7 +59,7 @@ jobs: - name: Type check run: mypy --config mypy.ini styleguide_example/ - name: Run tests - run: py.test + run: pytest deploy_to_heroku: runs-on: ubuntu-latest