diff --git a/.github/workflows/build-tool-packages.yml b/.github/workflows/build-tool-packages.yml index b708027..cdf5906 100644 --- a/.github/workflows/build-tool-packages.yml +++ b/.github/workflows/build-tool-packages.yml @@ -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