Skip to content

Commit 3030a70

Browse files
author
Simon Prickett
committed
Updated to use Redis Stack container.
1 parent 04dcced commit 3030a70

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -74,11 +74,11 @@ jobs:
7474
matrix:
7575
os: [ ubuntu-latest ]
7676
pyver: [ 3.6, 3.7, 3.8, 3.9, pypy3 ]
77-
redismod: [ "preview" ]
77+
redisstack: [ "latest" ]
7878
fail-fast: false
7979
services:
8080
redis:
81-
image: redislabs/redismod:${{ matrix.redismod }}
81+
image: redis/redis-stack:${{ matrix.redisstack }}
8282
ports:
8383
# Maps port 6379 on service container to the host
8484
- 6379:6379
@@ -134,7 +134,7 @@ jobs:
134134
#----------------------------------------------
135135
- name: Install library
136136
run: poetry install --no-interaction
137-
- name: Run unittests (redismod:${{ matrix.redismod }}, ${{ matrix.os }})
137+
- name: Run unittests (redisstack:${{ matrix.redisstack }}, ${{ matrix.os }})
138138
env:
139139
REDIS_OM_URL: "redis://localhost:6379?decode_responses=True"
140140
run: |

0 commit comments

Comments
 (0)