From 665a603f579366656442cd8d3612ee936d193693 Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Thu, 12 Dec 2024 09:28:43 +0100 Subject: [PATCH] test --- .github/workflows/Process-PSModule.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Process-PSModule.yml b/.github/workflows/Process-PSModule.yml index 0739b4de..006d43c8 100644 --- a/.github/workflows/Process-PSModule.yml +++ b/.github/workflows/Process-PSModule.yml @@ -35,6 +35,6 @@ jobs: uses: PSModule/Process-PSModule/.github/workflows/workflow.yml@v3 secrets: inherit with: - SkipTests: SourceCode + SkipTests: SourceCode, Module Debug: true Verbose: true