Skip to content

Commit

Permalink
LAst try to get test results in github action
Browse files Browse the repository at this point in the history
  • Loading branch information
svrooij committed May 7, 2024
1 parent 0d8afa6 commit 74357a7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,11 +119,10 @@ jobs:
CIFormat = "Auto"
StackTraceVerbosity = "FirstLine"
}
OutputFormat = "NUnitXML"
TestResult = @{
Enabled = $true
OutputPath = "${{ github.workspace }}/testresults/TestResults.xml"
OutputFormat = "NUnitXML"
OutputFormat = "JUnitXml"
}
Run = @{
Path = "./tests/WinTuner.Cmdlets.Tests"
Expand Down
2 changes: 1 addition & 1 deletion tests/WinTuner.Cmdlets.Tests/run.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ $pesterConfig = [PesterConfiguration]@{
TestResult = @{
Enabled = $true
OutputPath = "TestResults.xml"
OutputFormat = "NUnitXML"
OutputFormat = "JUnitXml"
}
Run = @{
Path = "./tests/WinTuner.Cmdlets.Tests"
Expand Down

0 comments on commit 74357a7

Please sign in to comment.