Skip to content

Commit

Permalink
Add logging for GH pkgs tests
Browse files Browse the repository at this point in the history
  • Loading branch information
alerickson committed Dec 19, 2024
1 parent fc81545 commit 7f5f0ae
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 7f5f0ae

Please sign in to comment.