Skip to content

Commit 2bc0e8c

Browse files
Update test path in action.yml to point to the correct directory for PSScriptAnalyzer
1 parent 6c1c345 commit 2bc0e8c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,5 +45,5 @@ runs:
4545
SettingsFilePath: ${{ fromJson(steps.paths.outputs.result).SettingsFilePath }}
4646
with:
4747
TestResult_TestSuiteName: PSScriptAnalyzer
48-
Path: ${{ github.action_path }}/tests/PSScriptAnalyzer
48+
Path: ${{ github.action_path }}/scripts/tests/PSScriptAnalyzer
4949
Run_Path: ${{ inputs.Path }}

0 commit comments

Comments
 (0)