mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-24 10:28:10 +08:00
8 lines
218 B
PowerShell
8 lines
218 B
PowerShell
Describe "PipxPackages" {
|
|
$pipxToolset = (Get-ToolsetContent).pipx
|
|
foreach($tool in $pipxToolset) {
|
|
It "${tool.package}" {
|
|
"${tool.cmd}" | Should -ReturnZeroExitCode
|
|
}
|
|
}
|
|
} |