[ubuntu] Move aws-sam-cli installation to the aws.sh script (#3401)

This commit is contained in:
Mikhail Timofeev
2021-05-17 21:55:32 +03:00
committed by GitHub
parent c4b6ffb1dc
commit 952ee3e740
6 changed files with 8 additions and 49 deletions

View File

@@ -25,9 +25,7 @@ Describe "AWS" {
It "Session Manager Plugin for the AWS CLI" {
session-manager-plugin | Out-String | Should -Match "plugin was installed successfully"
}
}
Describe "AWS SAM CLI" {
It "AWS SAM CLI" {
"sam --version" | Should -ReturnZeroExitCode
}