This is an automated email from the ASF dual-hosted git repository. jin pushed a commit to branch imbajin-patch-1 in repository https://gitbox.apache.org/repos/asf/incubator-hugegraph.git
commit 0811cfd109869af22b7be2c0a63d956bf58c327a Author: imbajin <[email protected]> AuthorDate: Tue Oct 29 18:41:51 2024 +0800 Update server-ci.yml --- .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
