chore(ci): enable hugegraph-struct tests (#3038)

This commit is contained in:
contrueCT 2026-05-27 18:25:19 +08:00 committed by GitHub
parent 31e8268760
commit b9a3dd9d99
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 5 additions and 0 deletions

View File

@ -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