Skip to content

Commit

Permalink
Fixed CI service image
Browse files Browse the repository at this point in the history
  • Loading branch information
filipecosta90 committed Sep 28, 2023
1 parent 62f2af7 commit ab7af4b
Showing 1 changed file with 0 additions and 8 deletions.
8 changes: 0 additions & 8 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down

0 comments on commit ab7af4b

Please sign in to comment.