File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -240,8 +240,8 @@ jobs:
240240 with :
241241 RunsOn : ${{ matrix.RunsOn }}
242242 OSName : ${{ matrix.OSName }}
243- TestName : ${{ matrix.TestName }}
244243 TestPath : ${{ matrix.TestPath }}
244+ TestName : ${{ matrix.TestName }}
245245 Name : ${{ fromJson(needs.Get-Settings.outputs.Settings).Name }}
246246 Debug : ${{ inputs.Debug }}
247247 Prerelease : ${{ inputs.Prerelease }}
Original file line number Diff line number Diff line change @@ -242,8 +242,8 @@ jobs:
242242 with :
243243 RunsOn : ${{ matrix.RunsOn }}
244244 OSName : ${{ matrix.OSName }}
245- TestName : ${{ matrix.TestName }}
246245 TestPath : ${{ matrix.TestPath }}
246+ TestName : ${{ matrix.TestName }}
247247 Name : ${{ fromJson(needs.Get-Settings.outputs.Settings).Name }}
248248 Debug : ${{ inputs.Debug }}
249249 Prerelease : ${{ inputs.Prerelease }}
You can’t perform that action at this time.
0 commit comments