Pamela Fox commited on
Commit
6513445
·
1 Parent(s): 1c1ec0f

Add secret key

Browse files
Files changed (1) hide show
  1. .github/workflows/check.yaml +1 -0
.github/workflows/check.yaml CHANGED
@@ -38,6 +38,7 @@ jobs:
38
  DBNAME: postgres
39
  DBUSER: postgres
40
  DBPASS: postgres
 
41
  run: |
42
  python manage.py collectstatic
43
  coverage run --source='.' manage.py test quizzes
 
38
  DBNAME: postgres
39
  DBUSER: postgres
40
  DBPASS: postgres
41
+ SECRET_KEY: django-insecure-key
42
  run: |
43
  python manage.py collectstatic
44
  coverage run --source='.' manage.py test quizzes