From 86cd9470063912e5a2880d6fc3507e0b867a2853 Mon Sep 17 00:00:00 2001 From: GeWuYou <95328647+GeWuYou@users.noreply.github.com> Date: Thu, 29 Jan 2026 20:07:42 +0800 Subject: [PATCH] =?UTF-8?q?chore(ci):=20=E6=9B=B4=E6=96=B0=E5=B7=A5?= =?UTF-8?q?=E4=BD=9C=E6=B5=81=E9=85=8D=E7=BD=AE=E4=BB=A5=E5=90=AF=E7=94=A8?= =?UTF-8?q?=E5=B7=A5=E4=BB=B6=E4=B8=8A=E4=BC=A0=E5=92=8C=E5=8E=86=E5=8F=B2?= =?UTF-8?q?=E7=BB=93=E6=9E=9C=E8=8E=B7=E5=8F=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 添加 upload-artifact 选项以启用测试工件上传 - 添加 fetch-previous-results 选项以获取历史测试结果 - 这些变更将改进测试报告和结果对比功能 --- .github/workflows/ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index d195c1b..7a3dfe1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -119,6 +119,8 @@ jobs: flaky-rate-report: true fail-rate-report: true slowest-report: true + upload-artifact: true + fetch-previous-results: true env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} if: always() \ No newline at end of file