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

This commit is contained in:
2025-07-11 15:46:50 +02:00
parent 6010b23dd6
commit 2b2a78ee14
+2 -2
View File
@@ -220,8 +220,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}--with-message:-${SAFE_TITLE}.md"
COVERAGE_MD_PATH="wiki/run-${GITHUB_RUN_NUMBER}-coverage--commit:-${SHORT_SHA}--with-message:-${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-FILE----commit:-${SHORT_SHA}--with-message:-${SAFE_TITLE}.md"
echo "📄 Wiki files will be:"
echo " - $TEST_MD_PATH"