From 673d91c21a045d4ea0173e5d3294c48cd2efde33 Mon Sep 17 00:00:00 2001 From: Haritha <73516759+HarithaVattikuti@users.noreply.github.com> Date: Wed, 5 Nov 2025 12:37:27 -0600 Subject: [PATCH] Aligning indentation Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com> --- .github/workflows/build-tool-packages.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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: