From a1ee21d6bb442e606a356576d923cf52891ac858 Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Thu, 27 Mar 2025 14:52:55 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=A9=B9=20[Patch]:=20Remove=20SkipTests=20?= =?UTF-8?q?configuration=20for=20Linux=20and=20macOS=20in=20Nightly=20Run?= =?UTF-8?q?=20workflow?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/Nightly-Run.yml | 2 -- 1 file changed, 2 deletions(-) diff --git a/.github/workflows/Nightly-Run.yml b/.github/workflows/Nightly-Run.yml index 63f116a..4e00a49 100644 --- a/.github/workflows/Nightly-Run.yml +++ b/.github/workflows/Nightly-Run.yml @@ -14,5 +14,3 @@ jobs: Process-PSModule: uses: PSModule/Process-PSModule/.github/workflows/CI.yml@v4 secrets: inherit - with: - SkipTests: Linux, macOS