File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -103,8 +103,8 @@ runs:
103
103
uses : PSModule/Invoke-Pester@v4
104
104
id : test
105
105
env :
106
- LocalTestPath : ${{ fromJson( steps.paths.outputs.result) .LocalTestPath }}
107
- WorkingDirectory : ${{ fromJson(steps.paths.outputs.result) .WorkingDirectory }}
106
+ LocalTestPath : ${{ steps.paths.outputs.LocalTestPath }}
107
+ WorkingDirectory : ${{ inputs .WorkingDirectory }}
108
108
with :
109
109
Debug : ${{ inputs.Debug }}
110
110
Prerelease : ${{ inputs.Prerelease }}
@@ -113,5 +113,5 @@ runs:
113
113
WorkingDirectory : ${{ inputs.WorkingDirectory }}
114
114
TestResult_TestSuiteName : ${{ inputs.Settings }}-${{ runner.os }}
115
115
CodeCoverage_CoveragePercentTarget : 0
116
- Path : ${{ fromJson( steps.paths.outputs.result) .TestPath }}
117
- Run_Path : ${{ fromJson( steps.paths.outputs.result) .CodePath }}
116
+ Path : ${{ steps.paths.outputs.TestPath }}
117
+ Run_Path : ${{ steps.paths.outputs.CodePath }}
You can’t perform that action at this time.
0 commit comments