ci: remove redis check

This commit is contained in:
Reinaldy Rafli 2022-09-03 20:58:59 +07:00
parent 701b4b1fbf
commit 7a90e11203
No known key found for this signature in database
GPG Key ID: EA1B2522C1693EC8
2 changed files with 0 additions and 12 deletions

View File

@ -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

View File

@ -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