chore(ci): 更新工作流配置以启用工件上传和历史结果获取

- 添加 upload-artifact 选项以启用测试工件上传
- 添加 fetch-previous-results 选项以获取历史测试结果
- 这些变更将改进测试报告和结果对比功能
This commit is contained in:
GeWuYou 2026-01-29 20:07:42 +08:00
parent 8ea9752fc8
commit 86cd947006

View File

@ -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()