summaryrefslogtreecommitdiff
path: root/.github/workflows/test-backend.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/test-backend.yml')
-rw-r--r--.github/workflows/test-backend.yml7
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