Pamela Fox
commited on
Commit
·
505318b
1
Parent(s):
4ce5a36
postgresql
Browse files
.github/workflows/check.yaml
CHANGED
@@ -35,6 +35,8 @@ jobs:
|
|
35 |
src: ". quizsite/ quizzes/"
|
36 |
options: "--check --verbose"
|
37 |
- name: Run unit tests
|
|
|
|
|
38 |
run: |
|
39 |
coverage run --source='.' manage.py test quizzes
|
40 |
coverage report
|
|
|
35 |
src: ". quizsite/ quizzes/"
|
36 |
options: "--check --verbose"
|
37 |
- name: Run unit tests
|
38 |
+
env:
|
39 |
+
DBPASS: postgres
|
40 |
run: |
|
41 |
coverage run --source='.' manage.py test quizzes
|
42 |
coverage report
|