diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 7ca3c7e..fcd0273 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -66,13 +66,7 @@ jobs: --no-build \ --logger trx \ --results-directory TestResults - # 创建输出目录 - mkdir -p ctrf - - # 生成 CTRF 报告 (根据工具文档调整参数) - dotnet tool run DotnetCtrfJsonReporter \ - --trx-file-path "TestResults/*.trx" \ - --output-file "ctrf/report.json" + dotnet tool run DotnetCtrfJsonReporter -t "TestResults/testResults.trx" - name: Debug - Verify CTRF files if: always() run: |