From 77b70803fc09f12484dc589cd9974865153cc75f Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Wed, 26 Mar 2025 07:50:01 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20[Patch]:=20Add=20PSModuleTest=20?= =?UTF-8?q?configuration=20and=20remove=20SkipTests=20from=20workflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/PSModule.yml | 8 ++++++++ .github/workflows/Process-PSModule.yml | 2 -- 2 files changed, 8 insertions(+), 2 deletions(-) create mode 100644 .github/PSModule.yml diff --git a/.github/PSModule.yml b/.github/PSModule.yml new file mode 100644 index 0000000..a73dbd6 --- /dev/null +++ b/.github/PSModule.yml @@ -0,0 +1,8 @@ +Name: PSModuleTest +Test: + Linux: + Skip: true + MacOS: + Skip: true + CodeCoverage: + PercentTarget: 80 diff --git a/.github/workflows/Process-PSModule.yml b/.github/workflows/Process-PSModule.yml index 096f436..6178750 100644 --- a/.github/workflows/Process-PSModule.yml +++ b/.github/workflows/Process-PSModule.yml @@ -28,5 +28,3 @@ jobs: Process-PSModule: uses: PSModule/Process-PSModule/.github/workflows/workflow.yml@v4 secrets: inherit - with: - SkipTests: Linux, macOS