Skip to content

Commit

Permalink
Set user and password
Browse files Browse the repository at this point in the history
  • Loading branch information
adriaandotcom committed Mar 20, 2021
1 parent 1104d07 commit 78f719a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/nodejs.yml
Expand Up @@ -47,7 +47,9 @@ jobs:

- uses: harmon758/postgresql-action@v1
with:
postgresql version: "latest"
postgresql version: "12"
postgresql user: "user"
postgresql password: "password"

- name: npm install, and test
run: |
Expand All @@ -56,4 +58,4 @@ jobs:
env:
CI: true
NODE_ENV: test
PG_CONNECTION_STRING: "postgres://postgres@localhost"
PG_CONNECTION_STRING: "postgresql://user:password@localhost"

0 comments on commit 78f719a

Please sign in to comment.