mirror of
https://github.com/actions/runner-images-sangeeth.git
synced 2025-12-17 23:36:44 +00:00
Fix GoogleCloudSDK test name typo (#1438)
This commit is contained in:
@@ -8,4 +8,4 @@ $googleCloudSDKInstaller = "https://dl.google.com/dl/cloudsdk/channels/rapid/Goo
|
|||||||
$argumentList = @("/S", "/allusers", "/noreporting")
|
$argumentList = @("/S", "/allusers", "/noreporting")
|
||||||
Install-Binary -Url $googleCloudSDKInstaller -Name "GoogleCloudSDKInstaller.exe" -ArgumentList $argumentList
|
Install-Binary -Url $googleCloudSDKInstaller -Name "GoogleCloudSDKInstaller.exe" -ArgumentList $argumentList
|
||||||
|
|
||||||
Invoke-PesterTests -TestFile "Tools" -TestName "GoogleCouldSDK"
|
Invoke-PesterTests -TestFile "Tools" -TestName "GoogleCloudSDK"
|
||||||
|
|||||||
@@ -130,7 +130,7 @@ Describe "InnoSetup" {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
Describe "GoogleCouldSDK" {
|
Describe "GoogleCloudSDK" {
|
||||||
It "<ToolName>" -TestCases @(
|
It "<ToolName>" -TestCases @(
|
||||||
@{ ToolName = "bq" }
|
@{ ToolName = "bq" }
|
||||||
@{ ToolName = "gcloud" }
|
@{ ToolName = "gcloud" }
|
||||||
|
|||||||
Reference in New Issue
Block a user