Skip to content

Commit 2019c87

Browse files
committed
chore: skip pd-store core test
1 parent e8f8fa5 commit 2019c87

File tree

2 files changed

+6
-6
lines changed

2 files changed

+6
-6
lines changed

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -73,9 +73,9 @@ jobs:
7373
run: |
7474
$TRAVIS_DIR/run-unit-test.sh $BACKEND
7575
76-
# - name: Run core test
77-
# run: |
78-
# $TRAVIS_DIR/run-core-test.sh $BACKEND
76+
- name: Run core test
77+
run: |
78+
$TRAVIS_DIR/run-core-test.sh $BACKEND
7979
8080
- name: Run api test
8181
run: |

.github/workflows/pd-store.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -53,9 +53,9 @@ jobs:
5353
run: |
5454
mvn test -pl hugegraph-pd/hg-pd-test -am -P pd-client-test -Dmaven.test.failure.ignore=true
5555
56-
- name: Run core test
57-
run: |
58-
mvn test -pl hugegraph-pd/hg-pd-test -am -P pd-core-test -Dmaven.test.failure.ignore=true
56+
# - name: Run core test
57+
# run: |
58+
# mvn test -pl hugegraph-pd/hg-pd-test -am -P pd-core-test -Dmaven.test.failure.ignore=true
5959

6060
- name: Run cli-tools test
6161
run: |

0 commit comments

Comments
 (0)