Skip to content

Commit 9980eca

Browse files
committed
Start redis
1 parent 88a0b49 commit 9980eca

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

.github/workflows/build.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,10 @@ jobs:
3131
uses: actions/setup-python@v5
3232
with:
3333
python-version: ${{ matrix.python-version }}
34+
- name: Start Redis
35+
uses: supercharge/redis-github-action@1.8.1
36+
with:
37+
redis-version: 7
3438
- name: Install uv
3539
run: pip install -U pip uv
3640
- name: Install dependencies

0 commit comments

Comments
 (0)