diff --git a/.github/workflows/build-and-test.yaml b/.github/workflows/build-and-test.yaml index 9223beb..1e86866 100644 --- a/.github/workflows/build-and-test.yaml +++ b/.github/workflows/build-and-test.yaml @@ -47,11 +47,11 @@ jobs: DEBEZIUM_SOURCE_OFFSET_STORAGE: io.debezium.storage.redis.offset.RedisOffsetBackingStore DEBEZIUM_SOURCE_OFFSET_STORAGE_REDIS_KEY: zenstack.metadata.offsets SCHEMA_INCLUDE_LIST: public - options: >- - --health-cmd "curl -f http://localhost:8080/q/health" - --health-interval 5s - --health-timeout 5s - --health-retries 5 + # options: >- + # --health-cmd "curl -f http://localhost:8080/q/health" + # --health-interval 5s + # --health-timeout 5s + # --health-retries 5 redis: image: redis:6.2