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

@@ -11,3 +11,11 @@ services:
environment:
POSTGRES_DB: "test-misskey"
POSTGRES_HOST_AUTH_METHOD: trust
meilisearchtest:
image: getmeili/meilisearch:v1.3.4
ports:
- "127.0.0.1:57712:7700"
environment:
- MEILI_NO_ANALYTICS=true
- MEILI_ENV=development