mirror of
https://github.com/actions/runner-images.git
synced 2025-12-15 06:08:07 +00:00
Implement Pester tests
This commit is contained in:
@@ -4,6 +4,7 @@ param()
|
||||
. $PSScriptRoot\PathHelpers.ps1
|
||||
. $PSScriptRoot\InstallHelpers.ps1
|
||||
. $PSScriptRoot\ChocoHelpers.ps1
|
||||
. $PSScriptRoot\TestsHelpers.ps1
|
||||
|
||||
Export-ModuleMember -Function @(
|
||||
'Test-MachinePath'
|
||||
@@ -28,4 +29,8 @@ Export-ModuleMember -Function @(
|
||||
'Test-IsWin16'
|
||||
'Choco-Install'
|
||||
'Extract-7Zip'
|
||||
'Get-CommandResult'
|
||||
'Get-WhichTool'
|
||||
'Get-EnvironmentVariable'
|
||||
'Invoke-PesterTests'
|
||||
)
|
||||
|
||||
Reference in New Issue
Block a user