aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authornkozlovskiy <nmk@ydb.tech>2023-12-01 14:44:46 +0300
committernkozlovskiy <nmk@ydb.tech>2023-12-01 17:22:31 +0300
commit2fdb03ff1e72aab75c97e0d9cb5ccda65b86b74f (patch)
treeee15b81636dcf5cf96716ab3b8fa61203b7b7c45
parent99a023fec78a1eecfa604f48b594d4231829f1e7 (diff)
downloadydb-2fdb03ff1e72aab75c97e0d9cb5ccda65b86b74f.tar.gz
ci: add "cmake-" testmo source prefix for tests run with CTest
-rw-r--r--.github/actions/test/action.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/actions/test/action.yml b/.github/actions/test/action.yml
index 4470481d20..e7b9c1409d 100644
--- a/.github/actions/test/action.yml
+++ b/.github/actions/test/action.yml
@@ -94,7 +94,7 @@ runs:
RUN_URL="$GITHUB_SERVER_URL/$GITHUB_REPOSITORY/actions/runs/$GITHUB_RUN_ID"
BRANCH_TAG="$GITHUB_REF_NAME"
TESTMO_SOURCE="${{ inputs.log_suffix }}"
- TESTMO_SOURCE="${TESTMO_SOURCE/_/-}"
+ TESTMO_SOURCE="cmake-${TESTMO_SOURCE/_/-}"
case $GITHUB_EVENT_NAME in
workflow_dispatch)