fix redis service

This commit is contained in:
Silver Ghost 2022-11-15 15:18:34 +03:00
parent cf5a5c4c87
commit 9ecec6495a
No known key found for this signature in database

View File

@ -12,7 +12,11 @@ jobs:
services:
redis:
image: redis
options: --entrypoint redis-server
options: >-
--health-cmd "redis-cli ping"
--health-interval 10s
--health-timeout 5s
--health-retries 5
steps:
- name: Checkout