fix test runner path
This commit is contained in:
2
.github/workflows/testing.yaml
vendored
2
.github/workflows/testing.yaml
vendored
@@ -25,4 +25,4 @@ jobs:
|
|||||||
pip install pipenv
|
pip install pipenv
|
||||||
pipenv install --system
|
pipenv install --system
|
||||||
- name: Run Django tests
|
- name: Run Django tests
|
||||||
run: python3 manage.py test --verbosity=2
|
run: cd tubesync && python3 manage.py test --verbosity=2
|
||||||
|
|||||||
Reference in New Issue
Block a user