We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a369ef1 commit f147460Copy full SHA for f147460
.github/workflows/server-ci.yml
@@ -92,6 +92,7 @@ jobs:
92
- name: Run TinkerPop test
93
if: ${{ env.RELEASE_BRANCH == 'true' }}
94
run: |
95
+ echo "[WARNING] Enter Tinkerpop Test, current 'github.ref_name' is ${{ github.ref_name }}"
96
$TRAVIS_DIR/run-tinkerpop-test.sh $BACKEND tinkerpop
97
98
- name: Upload coverage to Codecov
0 commit comments