imbajin commented on code in PR #356:
URL:
https://github.com/apache/incubator-hugegraph-toolchain/pull/356#discussion_r1015547779
##########
.github/workflows/loader-ci.yml:
##########
@@ -62,8 +62,7 @@ jobs:
- name: Run test
run: |
- echo "##### Ignore Client Test Now ######"
- mvn test -P unit,file,hdfs,jdbc -pl
hugegraph-client,hugegraph-loader -fn
+ mvn test -P unit,file,hdfs,jdbc
Review Comment:
@z7658329 copy like this in #353 (`-fn` will ignore the mvn compile error)
this PR will be closed if #235 fixed them
##########
.github/workflows/loader-ci.yml:
##########
@@ -62,8 +62,7 @@ jobs:
- name: Run test
run: |
- echo "##### Ignore Client Test Now ######"
- mvn test -P unit,file,hdfs,jdbc -pl
hugegraph-client,hugegraph-loader -fn
+ mvn test -P unit,file,hdfs,jdbc
Review Comment:
@z7658329 copy like this in #353 (`-fn` will ignore the mvn compile error)
this PR will be closed if #235 fix them
--
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]