ci: remove redis check
This commit is contained in:
parent
701b4b1fbf
commit
7a90e11203
|
@ -32,12 +32,6 @@ jobs:
|
|||
image: redis:6-bullseye
|
||||
ports:
|
||||
- 6379:6379
|
||||
options: >-
|
||||
--health-cmd "redis-cli -a foobared ping | grep PONG"
|
||||
--health-interval 15s
|
||||
--health-timeout 10s
|
||||
--health-retries 10
|
||||
--health-start-period 60s
|
||||
defaults:
|
||||
run:
|
||||
working-directory: ./api
|
||||
|
|
|
@ -69,12 +69,6 @@ jobs:
|
|||
image: redis:6-bullseye
|
||||
ports:
|
||||
- 6379:6379
|
||||
options: >-
|
||||
--health-cmd "redis-cli -a foobared ping | grep PONG"
|
||||
--health-interval 15s
|
||||
--health-timeout 10s
|
||||
--health-retries 10
|
||||
--health-start-period 60s
|
||||
defaults:
|
||||
run:
|
||||
working-directory: ./api
|
||||
|
|
Loading…
Reference in New Issue