chore: SearchServiceのunit-test追加 (#17035)

* add serach service test

* add meili test

* CIの修正が足りなかった

* テストの追加

* fix
This commit is contained in:
おさむのひと
2025-12-28 19:57:18 +09:00
committed by GitHub
parent 7a5430199f
commit b69b0acf59
3 changed files with 498 additions and 0 deletions

View File

@@ -48,6 +48,13 @@ jobs:
image: redis:7
ports:
- 56312:6379
meilisearch:
image: getmeili/meilisearch:v1.3.4
ports:
- 57712:7700
env:
MEILI_NO_ANALYTICS: true
MEILI_ENV: development
steps:
- uses: actions/checkout@v6.0.1