Update build-tool-packages.yml

test-arm64
aparnajyothi-y 7 months ago committed by GitHub
parent 9f2090d94f
commit 573683ef3f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -225,7 +225,7 @@ jobs:
env:
VERSION: ${{ inputs.tool-version }}
run: |
Install-Module Pester -Force -Scope -SkipPublisherCheck
Install-Module Pester -Force -Scope CurrentUser -SkipPublisherCheck
Import-Module Pester
$toolName = (Get-Culture).TextInfo.ToTitleCase("${{ inputs.tool-name }}")
Invoke-Pester -Script ./$toolName.Tests.ps1 -EnableExit

Loading…
Cancel
Save