We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 976a84e commit e7186d6Copy full SHA for e7186d6
action.yml
@@ -104,7 +104,7 @@ runs:
104
Script: ${{ github.action_path }}/scripts/main.ps1
105
106
- name: Invoke-Pester
107
- uses: PSModule/Invoke-Pester@v3
+ uses: PSModule/Invoke-Pester@v4
108
id: test
109
env:
110
LocalTestPath: ${{ fromJson(steps.paths.outputs.result).LocalTestPath }}
@@ -116,7 +116,6 @@ runs:
116
Version: ${{ inputs.Version }}
117
WorkingDirectory: ${{ inputs.WorkingDirectory }}
118
TestResult_TestSuiteName: ${{ inputs.Settings }}-${{ runner.os }}
119
- StepSummary_Enabled: true
120
CodeCoverage_CoveragePercentTarget: 0
121
Path: ${{ fromJson(steps.paths.outputs.result).TestPath }}
122
Run_Path: ${{ fromJson(steps.paths.outputs.result).CodePath }}
0 commit comments