mirror of
https://github.com/actions/runner-images.git
synced 2025-12-19 08:22:12 +00:00
[Ubuntu] Remove Ubuntu16 related code from the VE repository (#4336)
This commit is contained in:
committed by
GitHub
parent
1f97f5de37
commit
2d46e3f4d9
@@ -1,4 +1,4 @@
|
||||
Describe "PHP" -Skip:(Test-IsUbuntu16) {
|
||||
Describe "PHP" {
|
||||
|
||||
[array]$testCases = (Get-ToolsetContent).php.versions | ForEach-Object { @{phpVersion = $_} }
|
||||
|
||||
@@ -39,7 +39,7 @@ Describe "Swift" {
|
||||
}
|
||||
}
|
||||
|
||||
Describe "PipxPackages" -Skip:(Test-IsUbuntu16) {
|
||||
Describe "PipxPackages" {
|
||||
[array]$testCases = (Get-ToolsetContent).pipx | ForEach-Object { @{package=$_.package; cmd = $_.cmd} }
|
||||
|
||||
It "<package>" -TestCases $testCases {
|
||||
|
||||
Reference in New Issue
Block a user