Skip to content

Commit

Permalink
Test results please
Browse files Browse the repository at this point in the history
  • Loading branch information
svrooij committed May 7, 2024
1 parent b3bc652 commit f4cabbf
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -120,7 +120,7 @@ jobs:
OutputFormat = "NUnitXML"
TestResult = @{
Enabled = $true
Path = "${{ github.workspace }}/TestResults.xml"
Path = "${{ github.workspace }}/testresults/TestResults.xml"
Format = "NUnitXML"
}
Run = @{
Expand All @@ -137,7 +137,7 @@ jobs:
uses: EnricoMi/publish-unit-test-result-action@v1
if: always()
with:
files: ./TestResults.xml
files: ${{ github.workspace }}/testresults/*.xml

publish-nuget:
name: 📦 Publish WinTuner to nuget
Expand Down

0 comments on commit f4cabbf

Please sign in to comment.