Skip to content

Commit 84cf60f

Browse files
🩹 [Refactor]: Simplify Run_Path in Test-ModuleLocal workflow by removing WorkingDirectory reference
1 parent bf3a760 commit 84cf60f

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: ${{ inputs.WorkingDirectory }}/outputs/module
127+
Run_Path: outputs/module
128128
WorkingDirectory: ${{ inputs.WorkingDirectory }}
129129

130130
- name: Failed test

0 commit comments

Comments
 (0)