Skip to content

Commit 03c7fe2

Browse files
author
Andrew Brookins
committed
CI...
1 parent 3cd22b3 commit 03c7fe2

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -135,6 +135,8 @@ jobs:
135135
- name: Install library
136136
run: poetry install --no-interaction
137137
- name: Run unittests (redismod:${{ matrix.redismod }}, ${{ matrix.os }})
138+
env:
139+
REDIS_OM_URL: "redis://localhost:6379?decode_responses=True"
138140
run: |
139141
make test
140142
poetry run coverage xml

0 commit comments

Comments
 (0)