Update build-tool-packages.yml

This commit is contained in:
gowridurgad
2024-06-24 19:43:23 +05:30
committed by GitHub
parent 8d80095e3d
commit 94f0c2f0d6

View File

@@ -148,7 +148,6 @@ jobs:
env:
VERSION: ${{ inputs.tool-version }}
run: |
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