Skip to content

Commit

Permalink
Revert "intro stop pd"
Browse files Browse the repository at this point in the history
This reverts commit bfa43a3.
  • Loading branch information
VGalaxies committed Jul 10, 2024
1 parent bfa43a3 commit d4c6217
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 31 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/pd-store-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
run: |
mvn clean package -U -Dmaven.javadoc.skip=true -Dmaven.test.skip=true -ntp
- name: Start PD instance
- name: Prepare env and service
run: |
$TRAVIS_DIR/start-pd.sh
Expand All @@ -70,10 +70,6 @@ jobs:
run: |
mvn test -pl hugegraph-pd/hg-pd-test -am -P pd-rest-test
- name: Stop PD instance
run: |
$TRAVIS_DIR/stop-pd.sh
- name: Upload coverage to Codecov
uses: codecov/[email protected]
with:
Expand Down
26 changes: 0 additions & 26 deletions hugegraph-server/hugegraph-dist/src/assembly/travis/stop-pd.sh

This file was deleted.

0 comments on commit d4c6217

Please sign in to comment.