mirror of
https://github.com/actions/runner-images.git
synced 2025-12-18 15:57:17 +00:00
[Ubuntu] Remove Ubuntu16 related code from the VE repository (#4336)
This commit is contained in:
committed by
GitHub
parent
1f97f5de37
commit
2d46e3f4d9
@@ -8,7 +8,7 @@ Describe "azcopy" {
|
||||
}
|
||||
}
|
||||
|
||||
Describe "Bicep" -Skip:(Test-IsUbuntu16) {
|
||||
Describe "Bicep" {
|
||||
It "Bicep" {
|
||||
"bicep --version" | Should -ReturnZeroExitCode
|
||||
}
|
||||
@@ -289,12 +289,6 @@ Describe "Leiningen" {
|
||||
}
|
||||
}
|
||||
|
||||
Describe "Mercurial" {
|
||||
It "mercurial" {
|
||||
"hg --version" | Should -ReturnZeroExitCode
|
||||
}
|
||||
}
|
||||
|
||||
Describe "Conda" {
|
||||
It "conda" {
|
||||
"conda --version" | Should -ReturnZeroExitCode
|
||||
@@ -329,7 +323,7 @@ Describe "GraalVM" -Skip:(-not (Test-IsUbuntu20)) {
|
||||
}
|
||||
}
|
||||
|
||||
Describe "Containers" -Skip:(Test-IsUbuntu16) {
|
||||
Describe "Containers" {
|
||||
$testCases = @("podman", "buildah", "skopeo") | ForEach-Object { @{ContainerCommand = $_} }
|
||||
|
||||
It "<ContainerCommand>" -TestCases $testCases {
|
||||
|
||||
Reference in New Issue
Block a user