fix test runner path
This commit is contained in:
parent
48a515dc0d
commit
5d6ca85b3c
|
@ -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
|
||||||
|
|
Loading…
Reference in New Issue