Skip to content

Commit b3890ea

Browse files
committed
makefile will start redis-stack
1 parent 389a45f commit b3890ea

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

.github/workflows/build.yml

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -18,14 +18,6 @@ jobs:
1818
matrix:
1919
go-version: [1.21.x, 1.22.x, 1.23.x]
2020

21-
services:
22-
redis:
23-
image: redis/redis-stack-server:latest
24-
options: >-
25-
--health-cmd "redis-cli ping" --health-interval 10s --health-timeout 5s --health-retries 5
26-
ports:
27-
- 6379:6379
28-
2921
steps:
3022
- name: Set up ${{ matrix.go-version }}
3123
uses: actions/setup-go@v5

0 commit comments

Comments
 (0)