We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0f553d commit 420df9bCopy full SHA for 420df9b
‎.github/workflows/Test-ModuleLocal.yml‎
@@ -131,4 +131,5 @@ jobs:
131
Run_Path: ${{ steps.import-module.outputs.path }}
132
WorkingDirectory: ${{ inputs.WorkingDirectory }}
133
Prescript: | # This is to speed up module loading in Pester.
134
+ Install-PSResource -Repository PSGallery -TrustRepository -Name PSCustomObject
135
Import-Module -Name '${{ steps.import-module.outputs.name }}' -RequiredVersion 999.0.0
0 commit comments