Skip to content

Commit

Permalink
Fix test script used in CI
Browse files Browse the repository at this point in the history
  • Loading branch information
fabriziodemaria committed Mar 28, 2024
1 parent 1037c36 commit 2f2abe1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions scripts/run_tests.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ fi
(cd $root_dir &&
TEST_RUNNER_CLIENT_TOKEN=$test_runner_client_token TEST_RUNNER_TEST_FLAG_NAME=$2 xcodebuild \
-quiet \
-scheme ConfidenceProvider \
-sdk "iphonesimulator" \
-scheme Confidence-Package \
-destination 'platform=iOS Simulator,name=iPhone 14 Pro,OS=16.2' \
test)

0 comments on commit 2f2abe1

Please sign in to comment.