Skip to content

Commit

Permalink
test redis cluster in github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
HDT3213 committed Aug 20, 2023
1 parent 023e160 commit 076749c
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/coverall.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,11 @@ jobs:
steps:
- uses: actions/checkout@v3

- uses: zhulik/[email protected]
with:
redis version: '5'
number of databases: 16
- name: install redis cluster service
uses: pfapi/redis-cluster-service@v1

- name: start redis cluster
run: sudo systemctl start redis-cluster

- uses: actions/setup-go@v3
with:
Expand Down

0 comments on commit 076749c

Please sign in to comment.