Skip to content

Commit a8563e1

Browse files
🩹 [CI]: Add warning output for module installation path in Test-ModuleLocal workflow
1 parent fe1f92a commit a8563e1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

‎.github/workflows/Test-ModuleLocal.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ jobs:
115115
run: |
116116
$name = Get-ChildItem "outputs/module" | Select-Object -ExpandProperty Name
117117
$path = Install-PSModule -Path "outputs/module/$name" -PassThru
118+
Write-Warning $path
118119
"path=$path" >> $GITHUB_OUTPUT
119120
120121
- name: Test-ModuleLocal

0 commit comments

Comments
 (0)