chore: add redis port in Github workflow

This commit is contained in:
Yohan Boniface 2025-01-24 10:13:00 +01:00
parent b62085b7aa
commit 1d47bfce0a

View file

@ -23,6 +23,8 @@ jobs:
redis:
image: redis
options: --health-cmd "redis-cli ping" --health-interval 10s --health-timeout 5s --health-retries 5
ports:
- 6379:6379
strategy:
fail-fast: false
matrix: