fix redis service
This commit is contained in:
parent
cf5a5c4c87
commit
9ecec6495a
6
.github/workflows/build.yaml
vendored
6
.github/workflows/build.yaml
vendored
@ -12,7 +12,11 @@ jobs:
|
|||||||
services:
|
services:
|
||||||
redis:
|
redis:
|
||||||
image: redis
|
image: redis
|
||||||
options: --entrypoint redis-server
|
options: >-
|
||||||
|
--health-cmd "redis-cli ping"
|
||||||
|
--health-interval 10s
|
||||||
|
--health-timeout 5s
|
||||||
|
--health-retries 5
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: Checkout
|
- name: Checkout
|
||||||
|
Loading…
Reference in New Issue
Block a user