We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2fea661 commit 23e0054Copy full SHA for 23e0054
.github/workflows/pr-integration-tests.yml
@@ -263,6 +263,7 @@ jobs:
263
INTEGRATION_TESTS_MODE=true \
264
CHECK_TTL_MANAGEMENT_TASK_FREQUENCY_IN_HOURS=0.001 \
265
API_PORT=8080:8080 \
266
+ POSTGRES_HOST=relational_db \
267
docker compose up \
268
relational_db \
269
index \
.github/workflows/pr-mit-integration-tests.yml
@@ -259,6 +259,7 @@ jobs:
259
IMAGE_TAG=test \
260
261
262
0 commit comments