Skip to content

Commit 6d00b13

Browse files
committed
Adding same fix for the intergration tests to use the dev docker compose file
1 parent 95ab822 commit 6d00b13

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ jobs:
262262
IMAGE_TAG=test \
263263
INTEGRATION_TESTS_MODE=true \
264264
CHECK_TTL_MANAGEMENT_TASK_FREQUENCY_IN_HOURS=0.001 \
265-
docker compose up \
265+
docker compose -f docker-compose.yml -f docker-compose.dev.yml up \
266266
relational_db \
267267
index \
268268
cache \

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -258,7 +258,7 @@ jobs:
258258
DISABLE_TELEMETRY=true \
259259
IMAGE_TAG=test \
260260
INTEGRATION_TESTS_MODE=true \
261-
docker compose up \
261+
docker compose -f docker-compose.yml -f docker-compose.dev.yml up \
262262
relational_db \
263263
index \
264264
cache \

0 commit comments

Comments
 (0)