Skip to content

Commit

Permalink
quick test with sudo
Browse files Browse the repository at this point in the history
  • Loading branch information
xiazhvera committed Feb 26, 2024
1 parent 8ed6aef commit 1e81d2b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
"security create-keychain -p test build.keychain",
"security default-keychain -s build.keychain",
"crt-ci-prep",
"xcodebuild -scheme aws-crt-swift-Package test -destination 'platform=iOS Simulator,OS=16.2,name=iPhone 14'"
"sudo xcodebuild -scheme aws-crt-swift-Package test -destination 'platform=iOS Simulator,OS=16.2,name=iPhone 14'"
]
},
"tvos": {
Expand All @@ -55,7 +55,7 @@
"crt-ci-prep",
"security create-keychain -p test build.keychain",
"security default-keychain -s build.keychain",
"xcodebuild -scheme aws-crt-swift-Package test -destination 'platform=macOS'",
"sudo xcodebuild -scheme aws-crt-swift-Package test -destination 'platform=macOS'",
"./integ_test.sh"
]
}
Expand Down

0 comments on commit 1e81d2b

Please sign in to comment.