Merge pull request #21 from myobie/patch-1

Need to export the password for postgres
This commit is contained in:
Jonathan Clem
2020-04-28 10:25:57 -04:00
committed by GitHub

View File

@@ -75,6 +75,8 @@ jobs:
db:
image: postgres:11
ports: ['5432:5432']
env:
POSTGRES_PASSWORD: postgres
options: >-
--health-cmd pg_isready
--health-interval 10s