change django.yml

This commit is contained in:
karthikmurakonda 2023-10-11 04:52:24 +05:30
parent 613d0b9d3f
commit 79b14703f4
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@ jobs:
- name: Run Tests
run: |
cd CDC_Backend
pythom manage.py collectstatic
python manage.py collectstatic
python manage.py makemigrations
python manage.py makemigrations APIs
python manage.py test