Skip to content

Commit a1effa2

Browse files
committed
ci: Configure test results using TRX logger
Generates standard .trx files for consistent test reporting and artifact generation within the publish workflow.
1 parent dd28e9d commit a1effa2

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -187,7 +187,7 @@ jobs:
187187
run: |
188188
dotnet restore tests/KumikoUI.Core.Tests/KumikoUI.Core.Tests.csproj
189189
dotnet test tests/KumikoUI.Core.Tests/KumikoUI.Core.Tests.csproj \
190-
-c Release --logger "github-actions"
190+
-c Release --logger "trx" --results-directory TestResults
191191
192192
# ─────────────────────────────────────────────────────────────────────────────
193193
# 5. Publish all packages to NuGet.org and create a GitHub Release

0 commit comments

Comments
 (0)