Skip to content

Commit 896250f

Browse files
committed
chore: add debugging output to debug psgallery error
1 parent 8485abc commit 896250f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,7 @@ jobs:
159159
shell: powershell
160160
run: |
161161
$PSVersionTable
162+
Get-PSRepository | Format-List *
162163
Set-PSRepository psgallery -InstallationPolicy trusted
163164
Install-Module -Name Pester -RequiredVersion 5.3.1 -Confirm:$false -Force -SkipPublisherCheck
164165
$Error.clear()

0 commit comments

Comments
 (0)