From 54f796eae382dfa99433a4f0c7ea62275d2d7075 Mon Sep 17 00:00:00 2001 From: Benjamin Cane Date: Sun, 7 Apr 2024 13:46:12 -0700 Subject: [PATCH] ci(redis): removing health check for keydb --- .github/workflows/tests.yml | 5 ----- 1 file changed, 5 deletions(-) diff --git a/.github/workflows/tests.yml b/.github/workflows/tests.yml index 8a00cc1..60f9535 100644 --- a/.github/workflows/tests.yml +++ b/.github/workflows/tests.yml @@ -79,11 +79,6 @@ jobs: keydb: image: eqalpha/keydb - options: >- - --health-cmd "nc -z localhost 6379" - --health-interval 10s - --health-timeout 5s - --health-retries 5 redis: image: bitnami/redis:latest