Update build-tool-packages.yml

test-arm64
gowridurgad 7 months ago committed by GitHub
parent 8d80095e3d
commit 94f0c2f0d6
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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

Loading…
Cancel
Save