Update .gitea/workflows/test.yml
Run Pytest with Allure and Coverage Reports / tests (push) Successful in 57s
Run Pytest with Allure and Coverage Reports / wiki (push) Successful in 4s

This commit is contained in:
2025-07-11 14:44:04 +02:00
parent 8c0f3964c0
commit 4cd06b93fa
+1 -1
View File
@@ -200,7 +200,7 @@ 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-${SHORT_SHA}-${SAFE_TITLE}.md"
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"
echo "📄 Wiki files will be:"