imbajin commented on code in PR #307:
URL:
https://github.com/apache/incubator-hugegraph-doc/pull/307#discussion_r1429443522
##########
.github/workflows/validate-release.yml:
##########
@@ -198,7 +199,8 @@ jobs:
cd ./*hubble*${{ inputs.release_version }} || exit
# TODO: add hubble doc & test it
cat conf/hugegraph-hubble.properties
- bin/start-hubble.sh && bin/stop-hubble.sh
+ bin/start-hubble.sh || exit
+ bin/stop-hubble.sh || exit
Review Comment:
@liuxiaocs7 @aroundabout could we add some basic curl check like `curl
localhost:8088/xxxAPI` to ensure the hubble runs well?
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]