Skip to content

Commit 7f5f0ae

Browse files
committed
Add logging for GH pkgs tests
1 parent fc81545 commit 7f5f0ae

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

test/FindPSResourceTests/FindPSResourceGithubPackages.Tests.ps1

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ Describe 'Test HTTP Find-PSResource for Github Packages Server' -tags 'CI' {
2424
}
2525

2626
It "find resource given specific Name, Version null" {
27+
$repo = Get-PSResourceRepository $GithubPackagesRepoName
28+
Write-Error "Repo: $repo; repo credential provider: $($repo.CredentialProvider)"
2729
# FindName()
2830
$res = Find-PSResource -Name $testModuleName -Repository $GithubPackagesRepoName -Credential $credential
2931
$res.Name | Should -Be $testModuleName

0 commit comments

Comments
 (0)