Skip to content

Commit

Permalink
trying to fix 3052 2
Browse files Browse the repository at this point in the history
  • Loading branch information
tig committed Jul 7, 2024
1 parent 0299963 commit ec04bd5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/dotnet-core.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,8 +35,8 @@ jobs:
- name: Test
run: |
sed -i 's/"stopOnFail": false/"stopOnFail": true/g' UnitTests/xunit.runner.json
dotnet test --verbosity normal --blame-hang --blame-hang-dump-type full --blame-hang-timeout 5s
#dotnet test --no-restore --verbosity normal --collect:"XPlat Code Coverage" --settings UnitTests/coverlet.runsettings --blame
dotnet test --verbosity normal --blame
# dotnet test --no-restore --verbosity normal --collect:"XPlat Code Coverage" --settings UnitTests/coverlet.runsettings --blame
mv -v UnitTests/TestResults/*/*.* UnitTests/TestResults/

# Note: this step is currently not writing to the gist for some reason
Expand Down

0 comments on commit ec04bd5

Please sign in to comment.