Skip to content

Commit f535cf5

Browse files
committed
chore: fix release add redis to release file
1 parent 764899e commit f535cf5

1 file changed

Lines changed: 11 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,17 @@ jobs:
1515
permissions:
1616
contents: write # allowed to push tags and create releases
1717

18+
services:
19+
redis:
20+
image: redis/redis-stack-server:latest
21+
ports:
22+
- 6780:6379
23+
options: >-
24+
--health-cmd "redis-cli ping"
25+
--health-interval 10s
26+
--health-timeout 5s
27+
--health-retries 5
28+
1829
steps:
1930
- name: Checkout code
2031
uses: actions/checkout@v4

0 commit comments

Comments
 (0)