Skip to content

Commit

Permalink
add redis options
Browse files Browse the repository at this point in the history
  • Loading branch information
cpiemontese committed Oct 4, 2023
1 parent 469b037 commit 7bffdd5
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -74,12 +74,13 @@ jobs:
services:
redis:
image: redis:5
ports:
- "6379:6379"
env:
ALLOW_EMPTY_PASSWORD: yes
REDIS_HOST: redis
REDIS_PORT: 6379
ALLOW_EMPTY_PASSWORD: true
options: >-
--health-cmd "redis-cli ping"
--health-interval 10s
--health-timeout 5s
--health-retries 5
alls-green:
if: always()
Expand Down

0 comments on commit 7bffdd5

Please sign in to comment.