fix test runner path

This commit is contained in:
meeb
2020-12-13 16:54:08 +11:00
parent 48a515dc0d
commit 5d6ca85b3c

View File

@@ -25,4 +25,4 @@ jobs:
pip install pipenv
pipenv install --system
- name: Run Django tests
run: python3 manage.py test --verbosity=2
run: cd tubesync && python3 manage.py test --verbosity=2