mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-27 00:07:58 +01:00
set stopOnFail to true for dotnet-core.yml
This commit is contained in:
1
.github/workflows/dotnet-core.yml
vendored
1
.github/workflows/dotnet-core.yml
vendored
@@ -32,6 +32,7 @@ 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
|
||||
mv -v UnitTests/TestResults/*/*.* UnitTests/TestResults/
|
||||
|
||||
|
||||
Reference in New Issue
Block a user