copy example local settings during test run

pull/3/head
meeb 2020-12-13 16:57:10 +11:00
parent 5d6ca85b3c
commit b0beb18484
1 changed files with 2 additions and 0 deletions

View File

@ -24,5 +24,7 @@ jobs:
python -m pip install --upgrade pip python -m pip install --upgrade pip
pip install pipenv pip install pipenv
pipenv install --system 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 - name: Run Django tests
run: cd tubesync && python3 manage.py test --verbosity=2 run: cd tubesync && python3 manage.py test --verbosity=2