mirror of
https://github.com/misskey-dev/misskey.git
synced 2026-03-21 03:30:42 +00:00
chore: SearchServiceのunit-test追加 (#17035)
* add serach service test * add meili test * CIの修正が足りなかった * テストの追加 * fix
This commit is contained in:
7
.github/workflows/test-backend.yml
vendored
7
.github/workflows/test-backend.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user