Skip to content

Commit 571bdc8

Browse files
authored
[Infra] Speed up xcodebuilds by only testing (#11742)
1 parent 8881200 commit 571bdc8

File tree

1 file changed

+0
-7
lines changed

1 file changed

+0
-7
lines changed

scripts/build.sh

Lines changed: 0 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -296,14 +296,12 @@ case "$product-$platform-$method" in
296296
-workspace 'FirebaseAuth/Tests/Sample/AuthSample.xcworkspace' \
297297
-scheme "Auth_ApiTests" \
298298
"${xcb_flags[@]}" \
299-
build \
300299
test
301300

302301
RunXcodebuild \
303302
-workspace 'FirebaseAuth/Tests/Sample/AuthSample.xcworkspace' \
304303
-scheme "SwiftApiTests" \
305304
"${xcb_flags[@]}" \
306-
build \
307305
test
308306
fi
309307
;;
@@ -323,7 +321,6 @@ case "$product-$platform-$method" in
323321
-workspace 'FirebaseInAppMessaging/Tests/Integration/DefaultUITestApp/InAppMessagingDisplay-Sample.xcworkspace' \
324322
-scheme 'FiamDisplaySwiftExample' \
325323
"${xcb_flags[@]}" \
326-
build \
327324
test
328325
;;
329326

@@ -387,7 +384,6 @@ case "$product-$platform-$method" in
387384
-scheme "FirebaseMessaging-Unit-integration" \
388385
"${ios_flags[@]}" \
389386
"${xcb_flags[@]}" \
390-
build \
391387
test
392388
fi
393389

@@ -572,7 +568,6 @@ case "$product-$platform-$method" in
572568
-scheme "FirebaseStorage-Unit-integration" \
573569
"${ios_flags[@]}" \
574570
"${xcb_flags[@]}" \
575-
build \
576571
test
577572
fi
578573

@@ -583,7 +578,6 @@ case "$product-$platform-$method" in
583578
-scheme "FirebaseStorage-Unit-ObjCIntegration" \
584579
"${ios_flags[@]}" \
585580
"${xcb_flags[@]}" \
586-
build \
587581
test
588582
fi
589583
;;
@@ -603,7 +597,6 @@ case "$product-$platform-$method" in
603597
-scheme "FirebaseCombineSwift-Unit-integration" \
604598
"${ios_flags[@]}" \
605599
"${xcb_flags[@]}" \
606-
build \
607600
test
608601
fi
609602
;;

0 commit comments

Comments
 (0)