File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -123,9 +123,9 @@ jobs:
123
123
TestResult_Enabled : true
124
124
CodeCoverage_Enabled : true
125
125
CodeCoverage_OutputFormat : JaCoCo
126
- Path : ${{ inputs.TestFolderPath }}
127
- Run_Path : outputs/module
128
- WorkingDirectory : ${{ inputs.WorkingDirectory }}
126
+ Path : ${{ inputs.WorkingDirectory }}/${{ inputs. TestFolderPath }}
127
+ Run_Path : ${{ inputs.WorkingDirectory }}/ outputs/module
128
+ # WorkingDirectory: ${{ inputs.WorkingDirectory }}
129
129
130
130
- name : Failed test
131
131
if : steps.test.outcome != 'success'
Original file line number Diff line number Diff line change @@ -197,8 +197,8 @@ jobs:
197
197
shell : pwsh
198
198
run : |
199
199
[pscustomobject]@{
200
- TestModule = '${{ needs.TestModule .result }}'
201
- TestModuleLocal = '${{ needs.TestModuleLocal .result }}'
200
+ TestModule = '${{ needs.Test-Module .result }}'
201
+ TestModuleLocal = '${{ needs.Test-ModuleLocal .result }}'
202
202
}
203
203
204
204
# TestModuleStatus:
You can’t perform that action at this time.
0 commit comments