[macOS] Add AWS cli to the macOS 13 arm64 (#8774)

Co-authored-by: Alexey Ayupov <“[email protected]”>
This commit is contained in:
Alexey-Ayupov
2023-11-10 11:22:42 +01:00
committed by GitHub
co-authored by Alexey Ayupov
parent 25a3a04fb0
commit 286fb24a63
3 changed files with 5 additions and 6 deletions
+1 -1
View File
@@ -39,7 +39,7 @@ Describe "vcpkg" -Skip:($os.IsVenturaArm64) {
}
}
Describe "AWS" -Skip:($os.IsVenturaArm64) {
Describe "AWS" {
It "AWS CLI" {
"aws --version" | Should -ReturnZeroExitCode
}