Update build-tool-packages.yml

This commit is contained in:
aparnajyothi-y
2024-06-25 11:44:18 +05:30
committed by GitHub
parent 6d7d97bbfc
commit 59f5c62288

View File

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