Update .gitea/workflows/test.yml
Run Pytest with Allure and Coverage Reports / tests (push) Successful in 53s
Run Pytest with Allure and Coverage Reports / deploy (push) Has been skipped
Run Pytest with Allure and Coverage Reports / wiki (push) Successful in 3s

This commit is contained in:
2025-07-11 10:06:17 +02:00
parent 1c823ec88b
commit 79a303acfa
+2 -2
View File
@@ -161,13 +161,13 @@ jobs:
echo "**🔗 View CI run logs for commit \`${SHORT_SHA}\` (run [#${GITHUB_RUN_NUMBER}](${RUN_LINK}))**"
echo ""
cat ci-reports/markdown/TEST-REPORT.md
} > wiki/$run-{GITHUB_RUN_NUMBER}-test-report-commit-${SHORT_SHA}.md
} > wiki/run-${GITHUB_RUN_NUMBER}-test-report-commit-${SHORT_SHA}.md
{
echo "**🔗 View CI run logs for commit \`${SHORT_SHA}\` (run [#${GITHUB_RUN_NUMBER}](${RUN_LINK}))**"
echo ""
cat ci-reports/markdown/coverage-summary.md
} > wiki/$run-{GITHUB_RUN_NUMBER}-coverage-commit-${SHORT_SHA}.md
} > wiki/run-${GITHUB_RUN_NUMBER}-coverage-commit-${SHORT_SHA}.md
- name: Commit and push to wiki
run: |