mirror of
https://github.com/GeWuYou/GFramework.git
synced 2026-03-22 10:34:30 +08:00
chore(ci): 更新工作流配置以启用工件上传和历史结果获取
- 添加 upload-artifact 选项以启用测试工件上传 - 添加 fetch-previous-results 选项以获取历史测试结果 - 这些变更将改进测试报告和结果对比功能
This commit is contained in:
parent
8ea9752fc8
commit
86cd947006
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -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()
|
||||
Loading…
x
Reference in New Issue
Block a user