diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 2024d73..8e2b153 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,14 +25,6 @@ jobs: --health-cmd "redis-cli ping" --health-interval 10s --health-timeout 5s --health-retries 5 ports: - 6379:6379 - redis-replica: - # Docker Hub image - image: redis - # - options: >- - --health-cmd "redis-cli -p 6380 replicaof localhost 6380" --health-interval 10s --health-timeout 5s --health-retries 5 - ports: - - 6380:6379 steps: - name: Set up ${{ matrix.go-version }}