mirror of
https://github.com/Unleash/unleash.git
synced 2025-09-10 17:53:36 +02:00
fix: config
This commit is contained in:
parent
1a606be6b1
commit
2d11f7220b
2
.github/workflows/build.yaml
vendored
2
.github/workflows/build.yaml
vendored
@ -19,7 +19,7 @@ jobs:
|
||||
# Label used to access the service container
|
||||
postgres:
|
||||
# Docker Hub image
|
||||
image: 'bitnami/postgresql:latest'
|
||||
image: 'postgres'
|
||||
# Provide the password for postgres
|
||||
env:
|
||||
POSTGRES_PASSWORD: postgres
|
||||
|
11
.github/workflows/build_prs_jest_report.yaml
vendored
11
.github/workflows/build_prs_jest_report.yaml
vendored
@ -17,14 +17,15 @@ jobs:
|
||||
image: 'bitnami/postgresql:latest'
|
||||
# Provide the password for postgres
|
||||
env:
|
||||
POSTGRES_PASSWORD: postgres
|
||||
POSTGRESQL_DATABASE: postgres
|
||||
POSTGRESQL_USERNAME: postgres
|
||||
POSTGRESQL_PASSWORD: postgres
|
||||
POSTGRESQL_FSYNC: 'off'
|
||||
# Set health checks to wait until postgres has started
|
||||
options: >-
|
||||
--health-cmd "pg_isready -d postgres -U postgres -p 5432" --health-interval 10s --health-timeout 5s --health-retries 5
|
||||
|
||||
ports:
|
||||
- 5432:5432
|
||||
options: >-
|
||||
--health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
|
||||
|
||||
|
||||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
|
Loading…
Reference in New Issue
Block a user