Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions .github/workflows/build-and-test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading