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