diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index 31a407f..465f2dd 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -12,7 +12,11 @@ jobs: services: redis: image: redis - options: --entrypoint redis-server + options: >- + --health-cmd "redis-cli ping" + --health-interval 10s + --health-timeout 5s + --health-retries 5 steps: - name: Checkout