mirror of
https://github.com/actions/versions-package-tools.git
synced 2025-12-13 05:06:53 +00:00
Aligning indentation
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
This commit is contained in:
8
.github/workflows/build-tool-packages.yml
vendored
8
.github/workflows/build-tool-packages.yml
vendored
@@ -175,10 +175,10 @@ jobs:
|
|||||||
Import-Module Pester
|
Import-Module Pester
|
||||||
$toolName = (Get-Culture).TextInfo.ToTitleCase("${{ inputs.tool-name }}")
|
$toolName = (Get-Culture).TextInfo.ToTitleCase("${{ inputs.tool-name }}")
|
||||||
Invoke-Pester -Configuration @{
|
Invoke-Pester -Configuration @{
|
||||||
Run = @{ Path = "./$toolName.Tests.ps1" }
|
Run = @{ Path = "./$toolName.Tests.ps1" }
|
||||||
Should = @{ ErrorAction = 'Continue' }
|
Should = @{ ErrorAction = 'Continue' }
|
||||||
Output = @{ EnableExit = $true }
|
Output = @{ EnableExit = $true }
|
||||||
}
|
}
|
||||||
working-directory: ./tests
|
working-directory: ./tests
|
||||||
|
|
||||||
publish_release:
|
publish_release:
|
||||||
|
|||||||
Reference in New Issue
Block a user