Update .gitea/workflows/test.yml
This commit is contained in:
@@ -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: |
|
||||
|
||||
Reference in New Issue
Block a user