File tree Expand file tree Collapse file tree 2 files changed +2
-1
lines changed
Expand file tree Collapse file tree 2 files changed +2
-1
lines changed Original file line number Diff line number Diff 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}}"
Original file line number Diff line number Diff 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}
1919if ($test_result.FailedCount -ne 0 ) { Exit $test_result.FailedCount }
You can’t perform that action at this time.
0 commit comments