[ubuntu-24] Add nvm and gcloud cli (#10881)

This commit is contained in:
Shamil Mubarakshin
2024-11-01 11:16:08 +01:00
committed by GitHub
parent 2111b3e225
commit a29761eb60
4 changed files with 6 additions and 6 deletions

View File

@@ -36,7 +36,7 @@ Describe "GitHub CLI" {
}
}
Describe "Google Cloud CLI" -Skip:((-not (Test-IsUbuntu20)) -and (-not (Test-IsUbuntu22))) {
Describe "Google Cloud CLI" {
It "Google Cloud CLI" {
"gcloud --version" | Should -ReturnZeroExitCode
}