Removed MewExplorer from test pipeline

This commit is contained in:
Felix Weiß
2023-07-06 23:33:18 +02:00
parent fd85a87f5d
commit fcb62960ec
3 changed files with 3 additions and 7 deletions

View File

@@ -34,13 +34,8 @@ jobs:
6.0.x
7.0.x
- name: 'Install MAUI Workloads'
run: |
dotnet workload install android --ignore-failed-sources
dotnet workload install maui --ignore-failed-sources
- name: 'Run tests'
run: dotnet test /p:CollectCoverage=true /p:CoverletOutputFormat=opencover /p:CoverletOutput=../Builds/TestResults/coverage.opencover.xml
run: dotnet test "./MewtocolTests" /p:CollectCoverage=true /p:CoverletOutputFormat=opencover /p:CoverletOutput=../Builds/TestResults/coverage.opencover.xml
- name: Report Generator
uses: danielpalme/ReportGenerator-GitHub-Action@5.1.22