Skip to content

Commit

Permalink
Add extra env variables to postgres
Browse files Browse the repository at this point in the history
  • Loading branch information
s-rubenstein committed Apr 22, 2021
1 parent 04f3c23 commit 00aae7b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs:
postgres:
image: postgres:9.6
env:
POSTGRES_PASSWORD: testtesttest
POSTGRES_USER: sam-test
POSTGRES_PASSWORD: sam-test
POSTGRES_DB: testdb
options: >-
--health-cmd pg_isready
--health-interval 10s
Expand Down

0 comments on commit 00aae7b

Please sign in to comment.