From fa293e3f881a907921c882ced8f2b9e4b86c9e2b Mon Sep 17 00:00:00 2001 From: Andrew Brookins Date: Fri, 22 Oct 2021 12:05:45 -0700 Subject: [PATCH] Attempt to set the redis entrypoint in CI --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4e86f3e..271c8b5 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -86,6 +86,7 @@ jobs: --health-interval 10s --health-timeout 5s --health-retries 5 + --entrypoint="redis-server --loadmodule /usr/lib/redis/modules/rejson.so --loadmodule /usr/lib/redis/modules/redisearch.so" runs-on: ${{ matrix.os }} timeout-minutes: 15 env: