diff options
| author | おさむのひと <46447427+samunohito@users.noreply.github.com> | 2025-12-28 19:57:18 +0900 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-12-28 19:57:18 +0900 |
| commit | b69b0acf59527a024798d3415ac179fd1a0b0c00 (patch) | |
| tree | 32d97c71168f80e911c5766c7595642241dc1158 /.github/workflows | |
| parent | enhance(frontend): MkDriveで自動でもっと見るを有効化 (#17037) (diff) | |
| download | misskey-b69b0acf59527a024798d3415ac179fd1a0b0c00.tar.gz misskey-b69b0acf59527a024798d3415ac179fd1a0b0c00.tar.bz2 misskey-b69b0acf59527a024798d3415ac179fd1a0b0c00.zip | |
chore: SearchServiceのunit-test追加 (#17035)
* add serach service test
* add meili test
* CIの修正が足りなかった
* テストの追加
* fix
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/test-backend.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/.github/workflows/test-backend.yml b/.github/workflows/test-backend.yml index 562ec76b85..77bbdb2b0a 100644 --- a/.github/workflows/test-backend.yml +++ b/.github/workflows/test-backend.yml @@ -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 |