change django.yml

This commit is contained in:
karthikmurakonda 2023-10-11 04:50:44 +05:30
parent fb5f85b237
commit 613d0b9d3f
1 changed files with 1 additions and 0 deletions

View File

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