mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-26 15:57:56 +01:00
trying to fix 3052
This commit is contained in:
3
.github/workflows/dotnet-core.yml
vendored
3
.github/workflows/dotnet-core.yml
vendored
@@ -35,7 +35,8 @@ jobs:
|
||||
- name: Test
|
||||
run: |
|
||||
sed -i 's/"stopOnFail": false/"stopOnFail": true/g' UnitTests/xunit.runner.json
|
||||
dotnet test --no-restore --verbosity normal --collect:"XPlat Code Coverage" --settings UnitTests/coverlet.runsettings --blame
|
||||
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
|
||||
mv -v UnitTests/TestResults/*/*.* UnitTests/TestResults/
|
||||
|
||||
# Note: this step is currently not writing to the gist for some reason
|
||||
|
||||
Reference in New Issue
Block a user