mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2025-12-29 09:18:01 +01:00
adjusting publish workflow
This commit is contained in:
7
.github/workflows/publish.yml
vendored
7
.github/workflows/publish.yml
vendored
@@ -72,6 +72,13 @@ jobs:
|
||||
# This is broken - see https://github.com/brandedoutcast/publish-nuget/issues/30
|
||||
INCLUDE_SYMBOLS: false
|
||||
|
||||
- name: Install dependencies
|
||||
run: dotnet restore
|
||||
|
||||
- name: Test
|
||||
run: |
|
||||
dotnet test --no-restore --verbosity normal --collect:"XPlat Code Coverage" --settings UnitTests/coverlet.runsettings
|
||||
mv -v UnitTests/TestResults/*/*.* UnitTests/TestResults/
|
||||
- name: Test to generate Code Coverage Report
|
||||
run: |
|
||||
dotnet test --no-restore --verbosity normal --collect:"XPlat Code Coverage" --settings UnitTests/coverlet.runsettings
|
||||
|
||||
Reference in New Issue
Block a user