From fcb62960ecb192ac147f990750061fa22b0c60ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Felix=20Wei=C3=9F?= <72068105+Sandoun@users.noreply.github.com> Date: Thu, 6 Jul 2023 23:33:18 +0200 Subject: [PATCH] Removed MewExplorer from test pipeline --- .github/workflows/test-pipeline.yml | 7 +------ MewExplorer/MewExplorer.csproj | 1 + build_order.md | 2 +- 3 files changed, 3 insertions(+), 7 deletions(-) diff --git a/.github/workflows/test-pipeline.yml b/.github/workflows/test-pipeline.yml index 5d22828..3afbce4 100644 --- a/.github/workflows/test-pipeline.yml +++ b/.github/workflows/test-pipeline.yml @@ -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 diff --git a/MewExplorer/MewExplorer.csproj b/MewExplorer/MewExplorer.csproj index a21d09b..f521920 100644 --- a/MewExplorer/MewExplorer.csproj +++ b/MewExplorer/MewExplorer.csproj @@ -3,6 +3,7 @@ false + false net7.0-android; $(TargetFrameworks);net7.0-windows10.0.19041.0 diff --git a/build_order.md b/build_order.md index 9cbbabe..f632fbd 100644 --- a/build_order.md +++ b/build_order.md @@ -2,7 +2,7 @@ ## 1. Run the tests -`dotnet test /p:CollectCoverage=true /p:CoverletOutputFormat=opencover /p:CoverletOutput=../Builds/TestResults/coverage.opencover.xml` +`dotnet test "./MewtocolTests" /p:CollectCoverage=true /p:CoverletOutputFormat=opencover /p:CoverletOutput=../Builds/TestResults/coverage.opencover.xml` ## 2. Run the docs Autobuilder