From 268b9516b50ef8638a61859242a2a12f3d9ebbaf Mon Sep 17 00:00:00 2001 From: irongut Date: Wed, 14 Apr 2021 09:31:37 +0100 Subject: [PATCH] added test run to CI build --- .github/workflows/ci-build.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-build.yml b/.github/workflows/ci-build.yml index 35fb100..b28f52a 100644 --- a/.github/workflows/ci-build.yml +++ b/.github/workflows/ci-build.yml @@ -20,4 +20,5 @@ jobs: run: dotnet restore src/CodeCoverageSummary.sln - name: Build CodeCoverageSummary run: dotnet build src/CodeCoverageSummary.sln --configuration Release --no-restore - + - name: Run CodeCoverageSummary with sample file + run: dotnet src/CodeCoverageSummary/bin/Release/net5.0/CodeCoverageSummary.dll coverage.cobertura.xml