Skip to content

Commit

Permalink
Updated django-tests.yml with a typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
theriverman committed Mar 13, 2021
1 parent 3621517 commit c409667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/django-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,4 +32,4 @@ jobs:
run: python manage.py migrate
# Run Django Tests
- name: Deploy DjangoExampleProject
run: python manage.py tests
run: python manage.py test

0 comments on commit c409667

Please sign in to comment.