mirror of
https://github.com/actions/runner-images.git
synced 2025-12-20 06:35:47 +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) {
|
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 {
|
It "<package>" -TestCases $testCases {
|
||||||
"$cmd --version" | Should -ReturnZeroExitCode
|
"$cmd --version" | Should -ReturnZeroExitCode
|
||||||
|
|||||||
Reference in New Issue
Block a user