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