diff --git a/.github/workflows/build.yaml b/.github/workflows/build.yaml index b3f73b8..791d024 100644 --- a/.github/workflows/build.yaml +++ b/.github/workflows/build.yaml @@ -19,7 +19,7 @@ jobs: run: | Install-Module -Name PSScriptAnalyzer -Scope CurrentUser -Force Install-Module -Name PowerShell-Yaml -Scope CurrentUser -Force - Install-Module -Name Pester -Scope CurrentUser -Force -PathThru + Install-Module -Name Pester -Scope CurrentUser -Force Get-InstalledModule -Name PSScriptAnalyzer,PowerShell-Yaml,Pester - name: Run PSScriptAnalyzer shell: pwsh