Skip to content

Commit 2169406

Browse files
Update action.yml to switch Invoke-Pester version for testing stability
1 parent 4bc0e67 commit 2169406

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

action.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,8 @@ runs:
5151
Script: ${{ github.action_path }}/scripts/main.ps1
5252

5353
- name: Invoke-Pester
54-
uses: PSModule/Invoke-Pester@v3
54+
# uses: PSModule/Invoke-Pester@v3
55+
uses: PSModule/Invoke-Pester@fix
5556
id: test
5657
env:
5758
LocalTestPath: ${{ fromJson(steps.paths.outputs.result).LocalTestPath }}

0 commit comments

Comments
 (0)