Skip to content

Commit bf3a760

Browse files
🩹 [Refactor]: Update Run_Path in Test-ModuleLocal workflow to use WorkingDirectory for improved path handling
1 parent 6ed087e commit bf3a760

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/Test-ModuleLocal.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
CodeCoverage_Enabled: true
125125
CodeCoverage_OutputFormat: JaCoCo
126126
Path: ${{ inputs.TestFolderPath }}
127-
Run_Path: outputs/module
127+
Run_Path: ${{ inputs.WorkingDirectory }}/outputs/module
128128
WorkingDirectory: ${{ inputs.WorkingDirectory }}
129129

130130
- name: Failed test

0 commit comments

Comments
 (0)