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 885dcb4 commit ff9e808
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,8 +61,8 @@ jobs:
- name: Prepare Redis
run: |
sudo apt-get update && sudo apt-get install -y redis
./testdata/create-cluster.sh start
./testdata/create-cluster.sh create
sudo ./testdata/create-cluster.sh start
sudo ./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 ff9e808

Please sign in to comment.