diff --git a/.github/workflows/build-tool-packages.yml b/.github/workflows/build-tool-packages.yml index 284c6e3..d6011a0 100644 --- a/.github/workflows/build-tool-packages.yml +++ b/.github/workflows/build-tool-packages.yml @@ -175,10 +175,10 @@ jobs: Import-Module Pester $toolName = (Get-Culture).TextInfo.ToTitleCase("${{ inputs.tool-name }}") Invoke-Pester -Configuration @{ - Run = @{ Path = "./$toolName.Tests.ps1" } - Should = @{ ErrorAction = 'Continue' } - Output = @{ EnableExit = $true } - } + Run = @{ Path = "./$toolName.Tests.ps1" } + Should = @{ ErrorAction = 'Continue' } + Output = @{ EnableExit = $true } + } working-directory: ./tests publish_release: