From 896250fe88390715cc454d803bd879c6b2703e2c Mon Sep 17 00:00:00 2001 From: Matthias Date: Wed, 24 Dec 2025 13:29:01 +0100 Subject: [PATCH] chore: add debugging output to debug psgallery error --- .github/workflows/ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 84b9f9afb..8a39911a1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -159,6 +159,7 @@ jobs: shell: powershell run: | $PSVersionTable + Get-PSRepository | Format-List * Set-PSRepository psgallery -InstallationPolicy trusted Install-Module -Name Pester -RequiredVersion 5.3.1 -Confirm:$false -Force -SkipPublisherCheck $Error.clear()