This is an automated email from the ASF dual-hosted git repository.
vgalaxies pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph.git
The following commit(s) were added to refs/heads/master by this push:
new f1474609e chore: add debug info for tp test (#2688)
f1474609e is described below
commit f1474609e9bf3983e2c07f28b024fca26c455274
Author: imbajin <[email protected]>
AuthorDate: Sat Dec 21 19:58:31 2024 +0800
chore: add debug info for tp test (#2688)
---
.github/workflows/server-ci.yml | 1 +
1 file changed, 1 insertion(+)
diff --git a/.github/workflows/server-ci.yml b/.github/workflows/server-ci.yml
index d640124ff..0c5b6bfd1 100644
--- a/.github/workflows/server-ci.yml
+++ b/.github/workflows/server-ci.yml
@@ -92,6 +92,7 @@ jobs:
- name: Run TinkerPop test
if: ${{ env.RELEASE_BRANCH == 'true' }}
run: |
+ echo "[WARNING] Enter Tinkerpop Test, current 'github.ref_name' is
${{ github.ref_name }}"
$TRAVIS_DIR/run-tinkerpop-test.sh $BACKEND tinkerpop
- name: Upload coverage to Codecov