Skip to content

Commit

Permalink
Update IKVM.yml
Browse files Browse the repository at this point in the history
Signed-off-by: Jerome Haltom <[email protected]>
  • Loading branch information
wasabii authored Sep 8, 2023
1 parent ce9d26d commit 392a816
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/IKVM.yml
Original file line number Diff line number Diff line change
Expand Up @@ -593,10 +593,10 @@ jobs:
if ($tests) {
if ($qry -ne "" -and $qry -ne $null) {
Add-Content $env:GITHUB_ENV "`nRET=TestResults--$tst-$qry--$tfm--$sys"
dotnet test -f $tfm --blame -v 2 --results-directory "TestResults" --logger:"console;verbosity=detailed" --logger:trx --collect "Code Coverage" --filter "$qry" $tests
dotnet test -f $tfm --blame --blame-hang -v 2 --results-directory "TestResults" --logger:"console;verbosity=detailed" --logger:trx --collect "Code Coverage" --filter "$qry" $tests
} else {
Add-Content $env:GITHUB_ENV "`nRET=TestResults--$tst--$tfm--$sys"
dotnet test -f $tfm --blame -v 2 --results-directory "TestResults" --logger:"console;verbosity=detailed" --logger:trx --collect "Code Coverage" $tests
dotnet test -f $tfm --blame --blame-hang -v 2 --results-directory "TestResults" --logger:"console;verbosity=detailed" --logger:trx --collect "Code Coverage" $tests
}
}
working-directory: ${{ env.IKVMPATH }}
Expand Down

0 comments on commit 392a816

Please sign in to comment.