chore: add debugging output to debug psgallery error

This commit is contained in:
Matthias
2025-12-24 13:29:01 +01:00
parent 8485abc9b8
commit 896250fe88

View File

@@ -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()