diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 6b102d9..8d6418c 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -32,7 +32,7 @@ jobs: ports: - 6379:6379 options: >- - --health-cmd 'redis-cli ping' + --health-cmd "redis-cli ping" --health-interval 10s --health-timeout 5s --health-retries 5