Skip to content

Commit 54ae013

Browse files
authored
[Firebase AI] Use build-for-testing and test-without-building (#15466)
1 parent 84e5342 commit 54ae013

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/firebaseai.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
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*'

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)