File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 77 - ' .github/workflows/firebaseai.yml'
88 - ' .github/workflows/common.yml'
99 - ' .github/workflows/common_cocoapods.yml'
10+ - ' scripts/build.sh'
1011 - ' scripts/quickstart_build_spm.sh'
1112 - ' scripts/update_firebase_spm_dependency.sh'
1213 - ' Gemfile*'
Original file line number Diff line number Diff 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)
You can’t perform that action at this time.
0 commit comments