Skip to content

Commit 705301d

Browse files
author
Petr Sramek
committed
installed LiquidTestReports.Markdown to test project, removed install from pipeline
1 parent df24846 commit 705301d

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/dotnet.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ jobs:
8383
uses: actions/setup-dotnet@v4
8484
with:
8585
dotnet-version: ${{ vars.DOTNET_SDK_VERSION }}
86-
- run: dotnet add package LiquidTestReports.Markdown
8786
- name: Test with .NET ${{ vars.DOTNET_SDK_VERSION }}
8887
run: dotnet test ${{ vars.TEST_SEARCH_PATTERN }} --logger "liquid.md" --configuration ${{ vars.BUILD_CONFIGURATION }} --verbosity normal --settings unit-test.runsettings -- --coverage --coverage-output-format cobertura --report-trx --results-directory ${{ runner.temp }}/test-results/
8988
- name: Upload Test Results

tests/PolylineAlgorithm.Tests/PolylineAlgorithm.Tests.csproj

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
</PropertyGroup>
2626

2727
<ItemGroup>
28+
<PackageReference Include="LiquidTestReports.Markdown" Version="1.*" />
2829
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.*" />
2930
<PackageReference Include="Microsoft.Testing.Extensions.CodeCoverage" Version="17.*" />
3031
<PackageReference Include="Microsoft.Testing.Extensions.TrxReport" Version="1.*" />

0 commit comments

Comments
 (0)