Skip to content

Commit 23e0054

Browse files
committed
postgres
1 parent 2fea661 commit 23e0054

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

.github/workflows/pr-integration-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -263,6 +263,7 @@ jobs:
263263
INTEGRATION_TESTS_MODE=true \
264264
CHECK_TTL_MANAGEMENT_TASK_FREQUENCY_IN_HOURS=0.001 \
265265
API_PORT=8080:8080 \
266+
POSTGRES_HOST=relational_db \
266267
docker compose up \
267268
relational_db \
268269
index \

.github/workflows/pr-mit-integration-tests.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -259,6 +259,7 @@ jobs:
259259
IMAGE_TAG=test \
260260
INTEGRATION_TESTS_MODE=true \
261261
API_PORT=8080:8080 \
262+
POSTGRES_HOST=relational_db \
262263
docker compose up \
263264
relational_db \
264265
index \

0 commit comments

Comments
 (0)