[Ubuntu] Install Bazel and Bazelisk on Ubuntu 24.04 (#9810)

This commit is contained in:
Erik Bershel
2024-05-09 13:16:22 +02:00
committed by GitHub
parent 24a830de3c
commit 35be26d2a9
3 changed files with 4 additions and 5 deletions

View File

@@ -118,7 +118,7 @@ Describe "Ansible" {
}
}
Describe "Bazel" -Skip:((-not (Test-IsUbuntu20)) -and (-not (Test-IsUbuntu22))) {
Describe "Bazel" {
It "<ToolName>" -TestCases @(
@{ ToolName = "bazel" }
@{ ToolName = "bazelisk" }