Update test command path in Django workflow
This commit is contained in:
@@ -27,4 +27,4 @@ jobs:
|
|||||||
pip install -r ./src/backend/requirements.txt
|
pip install -r ./src/backend/requirements.txt
|
||||||
- name: Run Tests
|
- name: Run Tests
|
||||||
run: |
|
run: |
|
||||||
python manage.py test
|
python ./src/backend/manage.py test
|
||||||
|
|||||||
Reference in New Issue
Block a user