Skip to content

Commit 0eac06f

Browse files
committed
list all pkg to verify pkg installed
Signed-off-by: nitin sanghi <[email protected]>
1 parent a6efdb6 commit 0eac06f

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/habitat-build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -103,4 +103,5 @@ jobs:
103103
hab origin key download --auth ${{ secrets.HAB_AUTH_TOKEN }} --secret ${{ env.HAB_ORIGIN }}
104104
write-output "--- running windows hab build"
105105
hab pkg build .
106+
hab pkg list --all
106107
habitat/tests/test.ps1 "${{vars.PKG_IDENT}}"

habitat/tests/test.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Write-Host "--- :fire: Smokish Pestering"
1313
# Pester the Package
1414
$__dir=(Get-Item $PSScriptRoot)
1515
$test_result = Invoke-Pester -Strict -PassThru -Script @{
16-
Path = "$__dir/test.pester.ps1";
16+
Path = "habitat/tests/test.pester.ps1";
1717
Parameters = @{PackageIdentifier=$PackageIdentifier}
1818
}
1919
if ($test_result.FailedCount -ne 0) { Exit $test_result.FailedCount }

0 commit comments

Comments
 (0)