Skip to content

Commit

Permalink
Finally some docs
Browse files Browse the repository at this point in the history
  • Loading branch information
svrooij committed May 7, 2024
1 parent f4cabbf commit 0d8afa6
Show file tree
Hide file tree
Showing 6 changed files with 634 additions and 6 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,12 +116,14 @@ jobs:
$pesterConfig = [PesterConfiguration]@{
Output = @{
Verbosity = "Normal"
CIFormat = "Auto"
StackTraceVerbosity = "FirstLine"
}
OutputFormat = "NUnitXML"
TestResult = @{
Enabled = $true
Path = "${{ github.workspace }}/testresults/TestResults.xml"
Format = "NUnitXML"
OutputPath = "${{ github.workspace }}/testresults/TestResults.xml"
OutputFormat = "NUnitXML"
}
Run = @{
Path = "./tests/WinTuner.Cmdlets.Tests"
Expand Down
Loading

0 comments on commit 0d8afa6

Please sign in to comment.