Skip to content

Commit e7186d6

Browse files
Update Invoke-Pester action to version 4 and remove StepSummary_Enabled parameter
1 parent 976a84e commit e7186d6

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
@@ -104,7 +104,7 @@ runs:
104104
Script: ${{ github.action_path }}/scripts/main.ps1
105105

106106
- name: Invoke-Pester
107-
uses: PSModule/Invoke-Pester@v3
107+
uses: PSModule/Invoke-Pester@v4
108108
id: test
109109
env:
110110
LocalTestPath: ${{ fromJson(steps.paths.outputs.result).LocalTestPath }}
@@ -116,7 +116,6 @@ runs:
116116
Version: ${{ inputs.Version }}
117117
WorkingDirectory: ${{ inputs.WorkingDirectory }}
118118
TestResult_TestSuiteName: ${{ inputs.Settings }}-${{ runner.os }}
119-
StepSummary_Enabled: true
120119
CodeCoverage_CoveragePercentTarget: 0
121120
Path: ${{ fromJson(steps.paths.outputs.result).TestPath }}
122121
Run_Path: ${{ fromJson(steps.paths.outputs.result).CodePath }}

0 commit comments

Comments
 (0)