diff options
author | nkozlovskiy <nmk@ydb.tech> | 2023-12-01 14:44:46 +0300 |
---|---|---|
committer | nkozlovskiy <nmk@ydb.tech> | 2023-12-01 17:22:31 +0300 |
commit | 2fdb03ff1e72aab75c97e0d9cb5ccda65b86b74f (patch) | |
tree | ee15b81636dcf5cf96716ab3b8fa61203b7b7c45 | |
parent | 99a023fec78a1eecfa604f48b594d4231829f1e7 (diff) | |
download | ydb-2fdb03ff1e72aab75c97e0d9cb5ccda65b86b74f.tar.gz |
ci: add "cmake-" testmo source prefix for tests run with CTest
-rw-r--r-- | .github/actions/test/action.yml | 2 |
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) |