change django.yml

This commit is contained in:
karthikmurakonda 2023-10-11 04:47:12 +05:30
parent 405d3a55ff
commit fb5f85b237
1 changed files with 4 additions and 1 deletions

View File

@ -57,4 +57,7 @@ jobs:
pip install -r requirements.txt
- name: Run Tests
run: |
cd CDC_Backend && python manage.py test
cd CDC_Backend
python manage.py makemigrations
python manage.py makemigrations APIs
python manage.py test