chore(ci): enable hugegraph-struct tests (#3038)
This commit is contained in:
parent
31e8268760
commit
b9a3dd9d99
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in New Issue