Skip to content

Commit f3754f7

Browse files
Change db name to documentcloud
1 parent 040b477 commit f3754f7

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -86,9 +86,9 @@ jobs:
8686
postgres:
8787
image: postgres
8888
env:
89-
POSTGRES_USER: test
90-
POSTGRES_PASSWORD: postgres
91-
POSTGRES_DB: muckrock
89+
POSTGRES_USER: ${{secrets.PG_USER}}
90+
POSTGRES_PASSWORD: ${{secrets.PG_PASSWORD}}
91+
POSTGRES_DB: documentcloud
9292
# Set health checks to wait until postgres has started
9393
options: >-
9494
--health-cmd pg_isready

0 commit comments

Comments
 (0)