Skip to content

Commit bc8be14

Browse files
tpcarmanclaude
andcommitted
Fix Pester test reporter format mismatch
Change dorny/test-reporter from java-junit to dotnet-nunit to match the NUnitXml format generated by Invoke-Tests.ps1 Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent dbcca1e commit bc8be14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Pester.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,5 +40,5 @@ jobs:
4040
with:
4141
name: Pester Tests
4242
path: Tests/testResults.xml
43-
reporter: java-junit
43+
reporter: dotnet-nunit
4444
fail-on-error: true

0 commit comments

Comments
 (0)