Skip to content

Commit

Permalink
set a test keychain pwd
Browse files Browse the repository at this point in the history
  • Loading branch information
xiazhvera committed Feb 26, 2024
1 parent 0efd92c commit 489d988
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions builder.json
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
"xcodebuild -scheme AwsCommonRuntimeKit -destination 'generic/platform=iOS'"
],
"!test_steps": [
"security create-keychain -p $KEYCHAIN_PASSWORD build.keychain",
"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'"
Expand All @@ -39,7 +39,7 @@
],
"!test_steps": [
"crt-ci-prep",
"security create-keychain -p $KEYCHAIN_PASSWORD build.keychain",
"security create-keychain -p test build.keychain",
"security default-keychain -s build.keychain",
"xcodebuild -scheme aws-crt-swift-Package test -destination 'platform=tvOS Simulator,OS=16.1,name=Apple TV 4K (3rd generation) (at 1080p)'"
]
Expand All @@ -53,7 +53,7 @@
"macos": {
"+test_steps": [
"crt-ci-prep",
"security create-keychain -p $KEYCHAIN_PASSWORD build.keychain",
"security create-keychain -p test build.keychain",
"security default-keychain -s build.keychain",
"xcodebuild -scheme aws-crt-swift-Package test -destination 'platform=macOS'",
"./integ_test.sh"
Expand Down

0 comments on commit 489d988

Please sign in to comment.