diff --git a/.github/workflows/build-test.yml b/.github/workflows/build-test.yml index c77de2f63..3d9445561 100644 --- a/.github/workflows/build-test.yml +++ b/.github/workflows/build-test.yml @@ -582,7 +582,7 @@ jobs: ports: - 1025:1025 - 8025:8025 - manticoresearch: + indexer: image: manticoresearch/manticore:9.2.14 ports: - 9308:9308 @@ -886,6 +886,10 @@ jobs: ports: - 1025:1025 - 8025:8025 + indexer: + image: manticoresearch/manticore:9.2.14 + ports: + - 9308:9308 steps: - uses: actions/checkout@v4 @@ -981,6 +985,10 @@ jobs: image: redis ports: - 6379:6379 + indexer: + image: manticoresearch/manticore:9.2.14 + ports: + - 9308:9308 steps: - uses: actions/checkout@v4 diff --git a/.github/workflows/copilot-test.yml b/.github/workflows/copilot-test.yml index a729f1664..df1b72f75 100644 --- a/.github/workflows/copilot-test.yml +++ b/.github/workflows/copilot-test.yml @@ -59,6 +59,10 @@ jobs: ports: - 1025:1025 - 8025:8025 + indexer: + image: manticoresearch/manticore:9.2.14 + ports: + - 9308:9308 steps: - uses: actions/checkout@v4 @@ -130,6 +134,10 @@ jobs: image: redis ports: - 6379:6379 + indexer: + image: manticoresearch/manticore:9.2.14 + ports: + - 9308:9308 steps: - uses: actions/checkout@v4