From ec04bd55120338bde0fb21afc092efbb45a02a8f Mon Sep 17 00:00:00 2001 From: Tig Date: Sun, 7 Jul 2024 14:45:21 -0600 Subject: [PATCH] trying to fix 3052 2 --- .github/workflows/dotnet-core.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dotnet-core.yml b/.github/workflows/dotnet-core.yml index 26507c2b0..e205e6af5 100644 --- a/.github/workflows/dotnet-core.yml +++ b/.github/workflows/dotnet-core.yml @@ -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