This is an automated email from the ASF dual-hosted git repository.
imbajin pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/hugegraph.git
The following commit(s) were added to refs/heads/master by this push:
new b9a3dd9d9 chore(ci): enable hugegraph-struct tests (#3038)
b9a3dd9d9 is described below
commit b9a3dd9d9958df0e10a814573fbe18a0a6838366
Author: contrueCT <[email protected]>
AuthorDate: Wed May 27 18:25:19 2026 +0800
chore(ci): enable hugegraph-struct tests (#3038)
---
.github/workflows/pd-store-ci.yml | 5 +++++
1 file changed, 5 insertions(+)
diff --git a/.github/workflows/pd-store-ci.yml
b/.github/workflows/pd-store-ci.yml
index d4f2ea382..5e752d609 100644
--- a/.github/workflows/pd-store-ci.yml
+++ b/.github/workflows/pd-store-ci.yml
@@ -52,6 +52,11 @@ jobs:
mvn -U -ntp dependency:get
-Dartifact=org.apache.hugegraph:hugegraph-struct:$REVISION
fi
+ - name: Run hugegraph-struct test
+ if: ${{ hashFiles('hugegraph-struct/pom.xml') != '' }}
+ run: |
+ mvn -U -ntp -pl hugegraph-struct test
+
pd:
needs: struct
runs-on: ubuntu-latest