aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorbrgayazov <bulat@ydb.tech>2023-07-25 14:22:54 +0300
committerroot <root@qavm-2ed34686.qemu>2023-07-25 14:22:54 +0300
commitfe2bc4a1a0a01973fcc90e612457bb7769ea439d (patch)
tree3ac11defc593dbcfbc102135a18f7d19d3cb9f71
parent3c6fec775cfdf6cb02731ce68d88724448f6d10a (diff)
downloadydb-fe2bc4a1a0a01973fcc90e612457bb7769ea439d.tar.gz
Fix testmo link ci
Fix testmo link ci Pull Request resolved: #309
-rw-r--r--.github/actions/test/action.yml6
-rw-r--r--.github/actions/test_python/action.yml0
2 files changed, 5 insertions, 1 deletions
diff --git a/.github/actions/test/action.yml b/.github/actions/test/action.yml
index 40985bc7dd..a84ea35208 100644
--- a/.github/actions/test/action.yml
+++ b/.github/actions/test/action.yml
@@ -117,6 +117,11 @@ runs:
--tags "$BRANCH_TAG" --tags "$EXTRA_TAG" | \
echo "runid=$(cat)" >> $GITHUB_OUTPUT
+ - name: Print test history link
+ shell: bash
+ run: |
+ echo "[Test history](${TESTMO_URL}/automation/runs/view/${{steps.th.outputs.runid}})" >> $GITHUB_STEP_SUMMARY
+
- name: Run unit tests
id: ctest
if: inputs.run_unit_tests == 'true'
@@ -125,7 +130,6 @@ runs:
cd $WORKDIR/../build/ydb
echo "[Stdout unittest/ctest log (gzip archive)](${{steps.init.outputs.logurlprefix}}/${{steps.init.outputs.logfilename}})" >> $GITHUB_STEP_SUMMARY
- echo "[Testmo](${TESTMO_URL}/automation/runs/view/${{steps.th.outputs.runid}})" >> $GITHUB_STEP_SUMMARY
# Sed removes coloring from the output
diff --git a/.github/actions/test_python/action.yml b/.github/actions/test_python/action.yml
deleted file mode 100644
index e69de29bb2..0000000000
--- a/.github/actions/test_python/action.yml
+++ /dev/null