mirror of
https://github.com/GeWuYou/GFramework.git
synced 2026-03-22 10:34:30 +08:00
chore(workflow): 更新测试配置以指定统一输出目录
为dotnet test命令添加--results-directory参数, 将测试结果输出到./TestResults目录, 便于后续的测试报告处理和分析
This commit is contained in:
parent
9f505061bd
commit
047647b04a
4
.github/workflows/auto-tag.yml
vendored
4
.github/workflows/auto-tag.yml
vendored
@ -65,8 +65,8 @@ jobs:
|
||||
dotnet test \
|
||||
--no-build \
|
||||
-c Release \
|
||||
--logger "trx;LogFileName=test-results.trx"
|
||||
|
||||
--logger "trx;LogFileName=test-results.trx" \
|
||||
--results-directory ./TestResults # 指定统一的输出目录
|
||||
- name: Test Report
|
||||
uses: dorny/test-reporter@v2
|
||||
if: always()
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user