We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba45be2 commit aaf867bCopy full SHA for aaf867b
.github/workflows/django.yml
@@ -27,4 +27,4 @@ jobs:
27
pip install -r requirements.txt
28
- name: Run Tests
29
run: |
30
- python manage.py runserver
+ python manage.py test
0 commit comments