fix: testcases

This commit is contained in:
Hongbo Wu
2023-05-25 16:08:43 +08:00
parent 345c56c57a
commit 8a89a47c16
6 changed files with 39 additions and 14 deletions

View File

@ -42,6 +42,15 @@ jobs:
--health-retries 10
ports:
- 9200
redis:
image: redis
options: >-
--health-cmd "redis-cli ping"
--health-interval 10s
--health-timeout 5s
--health-retries 10
ports:
- 6379
steps:
- uses: actions/checkout@v2
with: