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