Aligning indentation

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
pull/97/head
Haritha 1 month ago committed by GitHub
parent d233269615
commit 673d91c21a
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -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:

Loading…
Cancel
Save