From c0212585c9ab305a2b56fa8939c68d09cbb1ebc8 Mon Sep 17 00:00:00 2001 From: Viacheslav Poturaev Date: Tue, 18 Jul 2023 16:44:22 +0200 Subject: [PATCH] Create Redis cluster in CI --- .github/workflows/test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 42e5a38..4d66221 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -65,7 +65,7 @@ jobs: echo "deb [signed-by=/usr/share/keyrings/redis-archive-keyring.gpg] https://packages.redis.io/deb $(lsb_release -cs) main" | sudo tee /etc/apt/sources.list.d/redis.list sudo apt-get update && sudo apt-get install -y redis ./testdata/create-cluster.sh start - ./testdata/create-cluster.sh create + yes yes | ./testdata/create-cluster.sh create - name: Run test for base code if: matrix.go-version == env.COV_GO_VERSION && env.RUN_BASE_COVERAGE == 'on' && steps.base-coverage.outputs.cache-hit != 'true' && github.event.pull_request.base.sha != ''