mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-27 02:42:25 +08:00
chore(server): fix missing indexer service on ci (#12291)
<!-- This is an auto-generated comment: release notes by coderabbit.ai --> ## Summary by CodeRabbit - **Chores** - Standardized the naming of the search service to "indexer" in automated test workflows. - Ensured the "indexer" service is available in additional test jobs for improved consistency across workflows. <!-- end of auto-generated comment: release notes by coderabbit.ai -->
This commit is contained in:
10
.github/workflows/build-test.yml
vendored
10
.github/workflows/build-test.yml
vendored
@@ -582,7 +582,7 @@ jobs:
|
|||||||
ports:
|
ports:
|
||||||
- 1025:1025
|
- 1025:1025
|
||||||
- 8025:8025
|
- 8025:8025
|
||||||
manticoresearch:
|
indexer:
|
||||||
image: manticoresearch/manticore:9.2.14
|
image: manticoresearch/manticore:9.2.14
|
||||||
ports:
|
ports:
|
||||||
- 9308:9308
|
- 9308:9308
|
||||||
@@ -886,6 +886,10 @@ jobs:
|
|||||||
ports:
|
ports:
|
||||||
- 1025:1025
|
- 1025:1025
|
||||||
- 8025:8025
|
- 8025:8025
|
||||||
|
indexer:
|
||||||
|
image: manticoresearch/manticore:9.2.14
|
||||||
|
ports:
|
||||||
|
- 9308:9308
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
@@ -981,6 +985,10 @@ jobs:
|
|||||||
image: redis
|
image: redis
|
||||||
ports:
|
ports:
|
||||||
- 6379:6379
|
- 6379:6379
|
||||||
|
indexer:
|
||||||
|
image: manticoresearch/manticore:9.2.14
|
||||||
|
ports:
|
||||||
|
- 9308:9308
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
|
|||||||
8
.github/workflows/copilot-test.yml
vendored
8
.github/workflows/copilot-test.yml
vendored
@@ -59,6 +59,10 @@ jobs:
|
|||||||
ports:
|
ports:
|
||||||
- 1025:1025
|
- 1025:1025
|
||||||
- 8025:8025
|
- 8025:8025
|
||||||
|
indexer:
|
||||||
|
image: manticoresearch/manticore:9.2.14
|
||||||
|
ports:
|
||||||
|
- 9308:9308
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
@@ -130,6 +134,10 @@ jobs:
|
|||||||
image: redis
|
image: redis
|
||||||
ports:
|
ports:
|
||||||
- 6379:6379
|
- 6379:6379
|
||||||
|
indexer:
|
||||||
|
image: manticoresearch/manticore:9.2.14
|
||||||
|
ports:
|
||||||
|
- 9308:9308
|
||||||
steps:
|
steps:
|
||||||
- uses: actions/checkout@v4
|
- uses: actions/checkout@v4
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user