There was an error while loading. Please reload this page.
1 parent 7af16f7 commit 2857ef3Copy full SHA for 2857ef3
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@ac292395857d0e96483760ccde14729cb368117f # PR 78
+ uses: PSModule/Invoke-Pester@b62062021d6f1182663f92f97de2cbcd75c08cfd # PR 78
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