Skip to content

Commit 0ce9f12

Browse files
committed
Fix health check command path for Kafka broker in test workflow
1 parent b1c1348 commit 0ce9f12

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ jobs:
6969
KAFKA_TRANSACTION_STATE_LOG_MIN_ISR: 1
7070
KAFKA_GROUP_INITIAL_REBALANCE_DELAY_MS: 0
7171
options: >-
72-
--health-cmd "kafka-broker-api-versions.sh --bootstrap-server localhost:9092"
72+
--health-cmd "/opt/kafka/bin/kafka-broker-api-versions.sh --bootstrap-server localhost:9092"
7373
--health-interval 10s
7474
--health-timeout 5s
7575
--health-retries 10

0 commit comments

Comments
 (0)