Update .gitea/workflows/test.yml
This commit is contained in:
@@ -200,8 +200,8 @@ jobs:
|
||||
|
||||
SAFE_TITLE=$(echo "$COMMIT_MSG" | tr ' /\\:*?"<>|' '-' | tr -cd '[:alnum:] -' | sed 's/ */ /g' | sed 's/ *$//')
|
||||
|
||||
TEST_MD_PATH="wiki/run-${GITHUB_RUN_NUMBER}-test-report--commit:-${SHORT_SHA}--message:-${SAFE_TITLE}.md"
|
||||
COVERAGE_MD_PATH="wiki/run-${GITHUB_RUN_NUMBER}-coverage-${SHORT_SHA}-${SAFE_TITLE}.md"
|
||||
TEST_MD_PATH="wiki/run-${GITHUB_RUN_NUMBER}-test-report--commit:-${SHORT_SHA}--with-message:-${SAFE_TITLE}.md"
|
||||
COVERAGE_MD_PATH="wiki/run-${GITHUB_RUN_NUMBER}-coverage--commit:-${SHORT_SHA}--with-message:-${SAFE_TITLE}.md"
|
||||
|
||||
echo "📄 Wiki files will be:"
|
||||
echo " - $TEST_MD_PATH"
|
||||
|
||||
Reference in New Issue
Block a user