Skip to content

Commit 6716dd4

Browse files
Update action.yml to revert Invoke-Pester version for consistency in testing
1 parent 58cb45b commit 6716dd4

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

action.yml

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

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

0 commit comments

Comments
 (0)