copy example local settings during test run

This commit is contained in:
meeb
2020-12-13 16:57:10 +11:00
parent 5d6ca85b3c
commit b0beb18484

View File

@@ -24,5 +24,7 @@ jobs:
python -m pip install --upgrade pip
pip install pipenv
pipenv install --system
- name: Set up Django environment
run: cp tubesync/tubesync/local_settings.py.example tubesync/tubesync/local_settings.py
- name: Run Django tests
run: cd tubesync && python3 manage.py test --verbosity=2