mirror of
https://github.com/actions/versions-package-tools.git
synced 2025-12-10 19:50:24 +00:00
Update build-tool-packages.yml
This commit is contained in:
2
.github/workflows/build-tool-packages.yml
vendored
2
.github/workflows/build-tool-packages.yml
vendored
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user