Skip to content

Commit 41df523

Browse files
update actions
1 parent 668953d commit 41df523

File tree

1 file changed

+2
-7
lines changed

1 file changed

+2
-7
lines changed

.github/workflows/test.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -18,15 +18,9 @@ env:
1818

1919
jobs:
2020
test:
21-
name: Python ${{ matrix.python-version }} - ${{ matrix.connection }} [redis ${{matrix.redis-version}}]
21+
name: Python ${{ matrix.python-version }} - ${{ matrix.connection }} [redis ${{ matrix.redis-version }}]
2222
runs-on: ubuntu-latest
2323

24-
services:
25-
redis:
26-
image: redis/redis-stack-server:${{matrix.redis-version}}
27-
ports:
28-
- 6379:6379
29-
3024
strategy:
3125
fail-fast: false
3226
matrix:
@@ -110,6 +104,7 @@ jobs:
110104
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
111105
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
112106
run: |
107+
docker run -d --name redis -p 6379:6379 redis/redis-stack-server:latest
113108
make test-notebooks
114109
115110
docs:

0 commit comments

Comments
 (0)