Skip to content

Commit 4eb3252

Browse files
ci: add valkey service container
1 parent b38c038 commit 4eb3252

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/workflows/ci.yaml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,17 @@ jobs:
99
python-version: ['3.11', '3.12', '3.13']
1010
os: [ubuntu-latest, macOS-latest, windows-latest]
1111

12+
services:
13+
valkey:
14+
image: valkey/valkey:alpine
15+
ports:
16+
- 6379:6379
17+
options: >-
18+
--health-cmd "valkey-cli ping"
19+
--health-interval 10s
20+
--health-timeout 5s
21+
--health-retries 5
22+
1223
steps:
1324
- uses: actions/checkout@v4
1425
- name: Set up PDM

0 commit comments

Comments
 (0)