From d2e1a8fa711a78ddcab2cff4c04eae12627f2087 Mon Sep 17 00:00:00 2001 From: tligui_y Date: Wed, 16 Jul 2025 16:40:05 +0200 Subject: [PATCH] Update .gitea/workflows/test.yml --- .gitea/workflows/test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.gitea/workflows/test.yml b/.gitea/workflows/test.yml index 15554136..f69ccfa9 100644 --- a/.gitea/workflows/test.yml +++ b/.gitea/workflows/test.yml @@ -204,8 +204,8 @@ jobs: echo "# Test Reports History" echo "" echo "## Latest Run" - echo "- [run ${GITHUB_RUN_NUMBER} TEST REPORT commit ${SHORT_SHA}.md](${TEST_MD_FILE})" - echo "- [run ${GITHUB_RUN_NUMBER} COVERAGE commit ${SHORT_SHA}.md](${COVERAGE_MD_FILE})" + echo "- [run ${GITHUB_RUN_NUMBER} TEST REPORT commit ${SHORT_SHA}](${TEST_MD_FILE})" + echo "- [run ${GITHUB_RUN_NUMBER} COVERAGE commit ${SHORT_SHA}](${COVERAGE_MD_FILE})" echo "" echo "## Previous Runs" [ -f "$HOME_FILE" ] && grep -A100 "## Previous Runs" "$HOME_FILE" || echo "No previous runs"