Skip to content

Commit

Permalink
Update pd-store-ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
imbajin authored Jul 20, 2024
1 parent eee9908 commit 84c601c
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/pd-store-ci.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: "hugegraph-pd-store-ci"
name: "pd-store-ci"

on:
push:
Expand Down Expand Up @@ -109,7 +109,6 @@ jobs:
cp $HOME/.m2/settings.xml /tmp/settings.xml
mv -vf .github/configs/settings.xml $HOME/.m2/settings.xml
- name: Package
run: |
mvn clean package -U -Dmaven.javadoc.skip=true -Dmaven.test.skip=true -ntp
Expand Down Expand Up @@ -139,7 +138,7 @@ jobs:
run: |
mvn test -pl hugegraph-store/hg-store-test -am -P store-server-test
- name: Run raftcore test
- name: Run raft-core test
run: |
mvn test -pl hugegraph-store/hg-store-test -am -P store-raftcore-test
Expand Down

0 comments on commit 84c601c

Please sign in to comment.