IDK
This commit is contained in:
parent
6bc6f208fc
commit
b5f55b3f5f
9
.github/workflows/build.yaml
vendored
9
.github/workflows/build.yaml
vendored
@ -11,13 +11,10 @@ jobs:
|
||||
services:
|
||||
redis:
|
||||
image: redis
|
||||
options: >-
|
||||
--health-cmd "redis-cli ping"
|
||||
--health-interval 10s
|
||||
--health-timeout 5s
|
||||
--health-retries 5
|
||||
ports:
|
||||
- 6379:6379
|
||||
- 6379/tcp
|
||||
options: --entrypoint redis-server
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v3
|
||||
|
Loading…
Reference in New Issue
Block a user