Pamela Fox
commited on
Commit
·
e07d3aa
1
Parent(s):
64e64f3
Add DBhost to github action
Browse files
.github/workflows/check.yaml
CHANGED
@@ -34,6 +34,7 @@ jobs:
|
|
34 |
options: "--check --verbose"
|
35 |
- name: Run unit tests
|
36 |
env:
|
|
|
37 |
DBNAME: postgres
|
38 |
DBUSER: postgres
|
39 |
DBPASS: postgres
|
|
|
34 |
options: "--check --verbose"
|
35 |
- name: Run unit tests
|
36 |
env:
|
37 |
+
DBHOST: localhost
|
38 |
DBNAME: postgres
|
39 |
DBUSER: postgres
|
40 |
DBPASS: postgres
|