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