mirror of
https://github.com/ramvignesh-b/pi-ku.git
synced 2026-05-04 20:43:48 +00:00
chore: update CI workflow to use explicit db host and port mapping
This commit is contained in:
@@ -11,6 +11,8 @@ env:
|
|||||||
DB_NAME: piku_test_db
|
DB_NAME: piku_test_db
|
||||||
DB_USER: test
|
DB_USER: test
|
||||||
DB_PASSWORD: password123
|
DB_PASSWORD: password123
|
||||||
|
DB_HOST: 127.0.0.1
|
||||||
|
DB_PORT: 5442
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
setup-environment:
|
setup-environment:
|
||||||
@@ -74,11 +76,8 @@ jobs:
|
|||||||
POSTGRES_USER: ${{ env.DB_USER }}
|
POSTGRES_USER: ${{ env.DB_USER }}
|
||||||
POSTGRES_PASSWORD: ${{ env.DB_PASSWORD }}
|
POSTGRES_PASSWORD: ${{ env.DB_PASSWORD }}
|
||||||
ports:
|
ports:
|
||||||
- 5432
|
- 5442:5432
|
||||||
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
|
options: --health-cmd pg_isready --health-interval 10s --health-timeout 5s --health-retries 5
|
||||||
env:
|
|
||||||
DB_HOST: 127.0.0.1
|
|
||||||
DB_PORT: ${{ job.services.postgres.ports['5432'] }}
|
|
||||||
defaults:
|
defaults:
|
||||||
run:
|
run:
|
||||||
working-directory: ./backend
|
working-directory: ./backend
|
||||||
|
|||||||
Reference in New Issue
Block a user