Skip to content

Commit

Permalink
Merge pull request #335 from sean-reed/patch-1
Browse files Browse the repository at this point in the history
Updated command to run pytest
  • Loading branch information
RadoRado authored Feb 3, 2023
2 parents b2f909d + ec896b5 commit ddec1ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/django.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit ddec1ce

Please sign in to comment.