feature/#524-pipline #15

Merged
on.nemtina merged 85 commits from feature/#524-pipline into master 2024-12-23 16:39:46 +05:00
Showing only changes of commit a51f6e1b3b - Show all commits

View File

@ -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