Skip to content

Commit

Permalink
Create Redis cluster in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
vearutop committed Jul 18, 2023
1 parent 01663a5 commit c021258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 != ''
Expand Down

0 comments on commit c021258

Please sign in to comment.