diff --git a/test/FindPSResourceTests/FindPSResourceGithubPackages.Tests.ps1 b/test/FindPSResourceTests/FindPSResourceGithubPackages.Tests.ps1 index 0d1dc4557..7bc2e09ea 100644 --- a/test/FindPSResourceTests/FindPSResourceGithubPackages.Tests.ps1 +++ b/test/FindPSResourceTests/FindPSResourceGithubPackages.Tests.ps1 @@ -24,6 +24,8 @@ Describe 'Test HTTP Find-PSResource for Github Packages Server' -tags 'CI' { } It "find resource given specific Name, Version null" { + $repo = Get-PSResourceRepository $GithubPackagesRepoName + Write-Error "Repo: $repo; repo credential provider: $($repo.CredentialProvider)" # FindName() $res = Find-PSResource -Name $testModuleName -Repository $GithubPackagesRepoName -Credential $credential $res.Name | Should -Be $testModuleName