change django.yml
This commit is contained in:
parent
405d3a55ff
commit
fb5f85b237
|
@ -57,4 +57,7 @@ jobs:
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
- name: Run Tests
|
- name: Run Tests
|
||||||
run: |
|
run: |
|
||||||
cd CDC_Backend && python manage.py test
|
cd CDC_Backend
|
||||||
|
python manage.py makemigrations
|
||||||
|
python manage.py makemigrations APIs
|
||||||
|
python manage.py test
|
||||||
|
|
Loading…
Reference in New Issue