From 076749c7cc9c91e929d0f0db19ab9e5485bcc3e8 Mon Sep 17 00:00:00 2001 From: finley Date: Sun, 20 Aug 2023 17:37:08 +0800 Subject: [PATCH] test redis cluster in github actions --- .github/workflows/coverall.yml | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/.github/workflows/coverall.yml b/.github/workflows/coverall.yml index d1d3ab9..67c3598 100644 --- a/.github/workflows/coverall.yml +++ b/.github/workflows/coverall.yml @@ -18,10 +18,11 @@ jobs: steps: - uses: actions/checkout@v3 - - uses: zhulik/redis-action@1.1.0 - 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: