Skip to content

Commit 5758006

Browse files
committed
[Firebase AI] Use build-for-testing and test-without-building
1 parent c5af832 commit 5758006

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

scripts/build.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -518,7 +518,7 @@ case "$product-$platform-$method" in
518518
-project 'FirebaseAI/Tests/TestApp/FirebaseAITestApp.xcodeproj' \
519519
-scheme "FirebaseAITestApp-SPM" \
520520
"${xcb_flags[@]}" \
521-
build
521+
build-for-testing
522522

523523
# Run tests
524524
RunXcodebuild \
@@ -528,7 +528,7 @@ case "$product-$platform-$method" in
528528
-parallel-testing-enabled NO \
529529
-retry-tests-on-failure \
530530
-test-iterations 3 \
531-
test
531+
test-without-building
532532
;;
533533

534534
Sessions-*-integration)

0 commit comments

Comments
 (0)