coderzc commented on code in PR #378: URL: https://github.com/apache/incubator-hugegraph-toolchain/pull/378#discussion_r1030301019
########## .github/workflows/hubble-ci.yml: ########## @@ -84,7 +84,7 @@ jobs: $TRAVIS_DIR/install-hugegraph.sh $SERVER_VERSION - name: Unit test - run: mvn test -P unit-test -pl hugegraph-hubble -ntp + run: mvn test -P unit-test -pl hugegraph-hubble/hubble-be -ntp Review Comment: Yes, we should perform test of the hubble-be module instead of the hubble module. -- 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: dev-unsubscr...@hugegraph.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org