mirror of
https://github.com/Unleash/unleash.git
synced 2025-01-25 00:07:47 +01:00
chore: disable fsync in gh action postgres to speed up the tests (#5139)
This commit is contained in:
parent
bb136783a3
commit
da2c46d8c3
1
.github/workflows/build.yaml
vendored
1
.github/workflows/build.yaml
vendored
@ -24,6 +24,7 @@ jobs:
|
||||
# Provide the password for postgres
|
||||
env:
|
||||
POSTGRES_PASSWORD: postgres
|
||||
POSTGRES_INITDB_ARGS: "--no-sync"
|
||||
# Set health checks to wait until postgres has started
|
||||
ports:
|
||||
- 5432:5432
|
||||
|
1
.github/workflows/build_coverage.yaml
vendored
1
.github/workflows/build_coverage.yaml
vendored
@ -24,6 +24,7 @@ jobs:
|
||||
# Provide the password for postgres
|
||||
env:
|
||||
POSTGRES_PASSWORD: postgres
|
||||
POSTGRES_INITDB_ARGS: "--no-sync"
|
||||
# Set health checks to wait until postgres has started
|
||||
ports:
|
||||
- 5432:5432
|
||||
|
1
.github/workflows/build_prs_jest_report.yaml
vendored
1
.github/workflows/build_prs_jest_report.yaml
vendored
@ -22,6 +22,7 @@ jobs:
|
||||
# Provide the password for postgres
|
||||
env:
|
||||
POSTGRES_PASSWORD: postgres
|
||||
POSTGRES_INITDB_ARGS: "--no-sync"
|
||||
# Set health checks to wait until postgres has started
|
||||
ports:
|
||||
- 5432:5432
|
||||
|
1
.github/workflows/build_prs_test_report.yaml
vendored
1
.github/workflows/build_prs_test_report.yaml
vendored
@ -16,6 +16,7 @@ jobs:
|
||||
# Provide the password for postgres
|
||||
env:
|
||||
POSTGRES_PASSWORD: postgres
|
||||
POSTGRES_INITDB_ARGS: "--no-sync"
|
||||
# Set health checks to wait until postgres has started
|
||||
ports:
|
||||
- 5432:5432
|
||||
|
Loading…
Reference in New Issue
Block a user