From 03c7fe27c76903b52ea67f0f6c2711d1cc987925 Mon Sep 17 00:00:00 2001 From: Andrew Brookins Date: Fri, 12 Nov 2021 09:43:49 -0800 Subject: [PATCH] CI... --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 0d7498d..07cb1d1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -135,6 +135,8 @@ jobs: - name: Install library run: poetry install --no-interaction - name: Run unittests (redismod:${{ matrix.redismod }}, ${{ matrix.os }}) + env: + REDIS_OM_URL: "redis://localhost:6379?decode_responses=True" run: | make test poetry run coverage xml