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