fix: 💚 Add Redis to GitHub tester

This commit is contained in:
Jesse Wierzbinski 2024-11-25 20:54:06 +01:00
parent c899f12893
commit fb9a0feac8
No known key found for this signature in database
2 changed files with 8 additions and 1 deletions

View file

@ -10,7 +10,6 @@ host = "localhost"
port = 6379
password = ""
database = 0
enabled = false
[redis.cache]
host = "localhost"

View file

@ -25,6 +25,14 @@ jobs:
--health-interval 10s
--health-timeout 5s
--health-retries 5
redis:
image: redis:latest
ports:
- 6379:6379
options: --health-cmd "redis-cli ping"
--health-interval 10s
--health-timeout 5s
--health-retries 5
permissions:
contents: read
security-events: write