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 95ab822 commit 6d00b13Copy full SHA for 6d00b13
.github/workflows/pr-integration-tests.yml
@@ -262,7 +262,7 @@ jobs:
262
IMAGE_TAG=test \
263
INTEGRATION_TESTS_MODE=true \
264
CHECK_TTL_MANAGEMENT_TASK_FREQUENCY_IN_HOURS=0.001 \
265
- docker compose up \
+ docker compose -f docker-compose.yml -f docker-compose.dev.yml up \
266
relational_db \
267
index \
268
cache \
.github/workflows/pr-mit-integration-tests.yml
@@ -258,7 +258,7 @@ jobs:
258
DISABLE_TELEMETRY=true \
259
260
261
0 commit comments