From b5f55b3f5fca5061328b146f08953afe6cf74c8f Mon Sep 17 00:00:00 2001 From: Dmitriy Lyalyuev Date: Tue, 15 Nov 2022 16:55:23 +0300 Subject: [PATCH] IDK --- .github/workflows/build.yaml | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index e407376..49fbb20 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -11,13 +11,10 @@ jobs: services: redis: image: redis - options: >- - --health-cmd "redis-cli ping" - --health-interval 10s - --health-timeout 5s - --health-retries 5 ports: - - 6379:6379 + - 6379/tcp + options: --entrypoint redis-server + steps: - name: Checkout uses: actions/checkout@v3