Free and open source ticket system written in python

add env variables

+5 -1
+5 -1
.github/workflows/django-tests.yml
··· 9 9 - '**' 10 10 11 11 jobs: 12 - build: 12 + test: 13 13 14 14 runs-on: ubuntu-latest 15 15 ··· 30 30 poetry install 31 31 32 32 - name: Run tests 33 + env: 34 + SECRET_KEY: 'asdf' 35 + DEBUG: 'True' 36 + ALLOWED_HOSTS: 'localhost' 33 37 run: | 34 38 poetry run python manage.py test