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 e22e882 commit 445091fCopy full SHA for 445091f
‎.github/workflows/Test-ModuleLocal.yml‎
@@ -130,3 +130,5 @@ jobs:
130
Path: ${{ inputs.TestPath }}
131
Run_Path: ${{ steps.import-module.outputs.path }}
132
WorkingDirectory: ${{ inputs.WorkingDirectory }}
133
+ Prescript: | # This is to speed up module loading in Pester.
134
+ Import-Module -Name '${{ steps.import-module.outputs.name }}' -RequiredVersion 999.0.0
0 commit comments