mirror of
https://github.com/actions/runner-images.git
synced 2025-12-15 14:17:22 +00:00
Get back container tools on Ubuntu 18&20 (#5611)
This commit is contained in:
@@ -338,7 +338,7 @@ Describe "GraalVM" -Skip:(Test-IsUbuntu18) {
|
||||
}
|
||||
}
|
||||
|
||||
Describe "Containers" -Skip:(-not (Test-IsUbuntu22)) {
|
||||
Describe "Containers" {
|
||||
$testCases = @("podman", "buildah", "skopeo") | ForEach-Object { @{ContainerCommand = $_} }
|
||||
|
||||
It "<ContainerCommand>" -TestCases $testCases {
|
||||
|
||||
Reference in New Issue
Block a user