parent
833ca83a61
commit
a51f6e1b3b
@ -19,10 +19,11 @@ jobs:
|
||||
# Docker Hub image
|
||||
image: postgres
|
||||
# Provide the password for postgres
|
||||
hostname: ${{ env.POSTGRES_HOST }}
|
||||
# hostname: ${{ env.POSTGRES_HOST }}
|
||||
env:
|
||||
POSTGRES_USER: ${{ env.POSTGRES_USER }}
|
||||
POSTGRES_PASSWORD: ${{ env.POSTGRES_PASSWORD }}
|
||||
POSTGRES_HOST: ${{ env.POSTGRES_HOST }}
|
||||
# Set health checks to wait until postgres has started
|
||||
options: >-
|
||||
--health-cmd pg_isready
|
||||
|
Loading…
Reference in New Issue
Block a user