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 8a0e128 commit 77340c7Copy full SHA for 77340c7
‎.github/workflows/Test-ModuleLocal.yml‎
@@ -104,7 +104,8 @@ jobs:
104
"path=$path" >> $env:GITHUB_OUTPUT
105
106
- name: Test-ModuleLocal
107
- uses: PSModule/Invoke-Pester@v4
+ # uses: PSModule/Invoke-Pester@v4
108
+ uses: PSModule/Invoke-Pester@prescript
109
continue-on-error: true
110
env:
111
TEST_APP_ENT_CLIENT_ID: ${{ secrets.TEST_APP_ENT_CLIENT_ID }}
@@ -129,3 +130,5 @@ jobs:
129
130
Path: ${{ inputs.TestPath }}
131
Run_Path: ${{ steps.import-module.outputs.path }}
132
WorkingDirectory: ${{ inputs.WorkingDirectory }}
133
+ Prescript: |
134
+ Import-Module -Name '${{ steps.import-module.outputs.path }}'
0 commit comments