There was an error while loading. Please reload this page.
1 parent de353e6 commit e43c717Copy full SHA for e43c717
2 files changed
.github/actions/Test-PSModule/action.yml
@@ -279,7 +279,7 @@ runs:
279
run: ${{ github.action_path }}/src/main.ps1
280
281
- name: Invoke-Pester
282
- uses: PSModule/Invoke-Pester@282916d4de0c6d9b4714ccd6d0297230aa616ae6 # PR 78
+ uses: PSModule/Invoke-Pester@c5494aba3c07d7bfd81bdbbc9f301e8fa4a729fb # v5.1.1
283
id: test
284
env:
285
LocalTestPath: ${{ steps.paths.outputs.LocalTestPath }}
.github/workflows/Test-ModuleLocal.yml
@@ -69,7 +69,7 @@ jobs:
69
"path=$path" >> $env:GITHUB_OUTPUT
70
71
- name: Test-ModuleLocal
72
73
with:
74
Debug: ${{ fromJson(inputs.Settings).Debug }}
75
Verbose: ${{ fromJson(inputs.Settings).Verbose }}
0 commit comments