mirror of
https://github.com/gui-cs/Terminal.Gui.git
synced 2026-01-01 16:59:35 +01:00
adjusting publish workflow 4
This commit is contained in:
6
.github/workflows/publish.yml
vendored
6
.github/workflows/publish.yml
vendored
@@ -25,8 +25,8 @@ jobs:
|
||||
dotnet tool install --global minver-cli --version 2.4.0
|
||||
echo "MINVERVERSIONOVERRIDE=$(minver -t v -d rc)" >> $GITHUB_ENV
|
||||
|
||||
- name: Install dependencies
|
||||
run: dotnet restore
|
||||
# - name: Install dependencies
|
||||
# run: dotnet restore
|
||||
|
||||
#- name: Build
|
||||
# run: dotnet build --configuration Release --no-restore
|
||||
@@ -74,7 +74,7 @@ jobs:
|
||||
|
||||
- name: Test to generate Code Coverage Report
|
||||
run: |
|
||||
dotnet test --no-restore --verbosity normal --collect:"XPlat Code Coverage" --settings UnitTests/coverlet.runsettings
|
||||
dotnet test --verbosity normal --collect:"XPlat Code Coverage" --settings UnitTests/coverlet.runsettings
|
||||
mv -v UnitTests/TestResults/*/*.* UnitTests/TestResults/
|
||||
|
||||
- name: Create Test Coverage Badge
|
||||
|
||||
Reference in New Issue
Block a user