Clean up build-tool-packages.yml by removing comments

Removed commented-out test run section from workflow.
This commit is contained in:
Haritha
2025-11-05 12:18:53 -06:00
committed by GitHub
parent 816a9a3331
commit d233269615

View File

@@ -181,21 +181,6 @@ jobs:
}
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
if: inputs.publish-release