mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-15 22:36:46 +00:00
[ubuntu] provide package name (#3172)
This commit is contained in:
committed by
GitHub
parent
f3ffc1d9f3
commit
487339fb77
@@ -40,7 +40,7 @@ Describe "Swift" {
|
||||
}
|
||||
|
||||
Describe "PipxPackages" -Skip:(Test-IsUbuntu16) {
|
||||
[array]$testCases = (Get-ToolsetContent).pipx | ForEach-Object { @{cmd = $_.cmd} }
|
||||
[array]$testCases = (Get-ToolsetContent).pipx | ForEach-Object { @{package=$_.package; cmd = $_.cmd} }
|
||||
|
||||
It "<package>" -TestCases $testCases {
|
||||
"$cmd --version" | Should -ReturnZeroExitCode
|
||||
|
||||
Reference in New Issue
Block a user