Skip to content

Commit 2b91335

Browse files
committed
Removing tests from build
1 parent cacb2be commit 2b91335

1 file changed

Lines changed: 0 additions & 23 deletions

File tree

.github/workflows/build-and-test.yml

Lines changed: 0 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -18,29 +18,6 @@ jobs:
1818
run: dotnet restore ${{ env.SolutionFile }}
1919
- name: .Net Build
2020
run: dotnet build --configuration Release ${{ env.SolutionFile }}
21-
- name: .Net Test
22-
run: dotnet test --configuration Release --no-build ${{ env.SolutionFile }} --logger trx --collect:"XPlat Code Coverage"
23-
- name: Test Report
24-
uses: dorny/test-reporter@v1
25-
with:
26-
name: Unit Test Summary
27-
path: "**/*.trx"
28-
reporter: dotnet-trx
29-
- name: Code Coverage Summary Report
30-
uses: irongut/CodeCoverageSummary@v1.3.0
31-
with:
32-
filename: '**/coverage.cobertura.xml'
33-
badge: true
34-
format: 'markdown'
35-
output: 'both'
36-
- name: Add Coverage PR Comment
37-
uses: marocchino/sticky-pull-request-comment@v2
38-
if: github.event_name == 'pull_request'
39-
with:
40-
recreate: true
41-
path: code-coverage-results.md
42-
- name: Add Coverage Summary
43-
run: cat code-coverage-results.md >> $GITHUB_STEP_SUMMARY
4421

4522
package-and-release:
4623
runs-on: windows-latest

0 commit comments

Comments
 (0)