Skip to content

Commit 38fd0d5

Browse files
🩹 [CI]: Rename TestFolderPath to TestPath for consistency in CI workflow
1 parent d5e8d41 commit 38fd0d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/CI.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -170,7 +170,7 @@ jobs:
170170
OS: ${{ matrix.OSName }}
171171
Name: ${{ inputs.Name }}
172172
SkipTests: ${{ inputs.SkipTests }}
173-
TestFolderPath: ${{ matrix.TestFolderPath }}
173+
TestPath: ${{ matrix.TestPath }}
174174
TestName: ${{ matrix.TestName }}
175175
Debug: ${{ inputs.Debug }}
176176
Prerelease: ${{ inputs.Prerelease }}

0 commit comments

Comments
 (0)