Skip to content

Commit 552793f

Browse files
fix: Restore TestName input in CI workflows for consistency
1 parent 764667a commit 552793f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 }}

.github/workflows/workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)