From d233269615df0f59e72414b85cfa4aa5a0dd0c75 Mon Sep 17 00:00:00 2001 From: Haritha <73516759+HarithaVattikuti@users.noreply.github.com> Date: Wed, 5 Nov 2025 12:18:53 -0600 Subject: [PATCH] Clean up build-tool-packages.yml by removing comments Removed commented-out test run section from workflow. --- .github/workflows/build-tool-packages.yml | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/.github/workflows/build-tool-packages.yml b/.github/workflows/build-tool-packages.yml index 76b4fdb..284c6e3 100644 --- a/.github/workflows/build-tool-packages.yml +++ b/.github/workflows/build-tool-packages.yml @@ -169,7 +169,7 @@ jobs: - name: Run tests if: env.excludewinarm == 'true' - env: + env: VERSION: ${{ inputs.tool-version }} run: | Import-Module Pester @@ -180,21 +180,6 @@ jobs: Output = @{ EnableExit = $true } } working-directory: ./tests - - # - name: Run tests - # if: env.excludewinarm == 'true' - # env: - # VERSION: ${{ inputs.tool-version }} - # run: | - # Install-Module Pester -Force -Scope CurrentUser -SkipPublisherCheck - # 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 } - # } - # working-directory: ./tests publish_release: name: Publish release