From 7a90e112039feec75de8a4a7ace311bacd528ddd Mon Sep 17 00:00:00 2001 From: Reinaldy Rafli Date: Sat, 3 Sep 2022 20:58:59 +0700 Subject: [PATCH] ci: remove redis check --- .github/workflows/ci.yml | 6 ------ .github/workflows/pr.yml | 6 ------ 2 files changed, 12 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 654e6cd..7ed9111 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 diff --git a/.github/workflows/pr.yml b/.github/workflows/pr.yml index 6280547..3ed5344 100644 --- a/.github/workflows/pr.yml +++ b/.github/workflows/pr.yml @@ -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