Skip to content

Commit

Permalink
[Infra] Speed up xcodebuilds by only testing (#11742)
Browse files Browse the repository at this point in the history
  • Loading branch information
ncooke3 authored Oct 26, 2023
1 parent 8881200 commit 571bdc8
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -296,14 +296,12 @@ case "$product-$platform-$method" in
-workspace 'FirebaseAuth/Tests/Sample/AuthSample.xcworkspace' \
-scheme "Auth_ApiTests" \
"${xcb_flags[@]}" \
build \
test

RunXcodebuild \
-workspace 'FirebaseAuth/Tests/Sample/AuthSample.xcworkspace' \
-scheme "SwiftApiTests" \
"${xcb_flags[@]}" \
build \
test
fi
;;
Expand All @@ -323,7 +321,6 @@ case "$product-$platform-$method" in
-workspace 'FirebaseInAppMessaging/Tests/Integration/DefaultUITestApp/InAppMessagingDisplay-Sample.xcworkspace' \
-scheme 'FiamDisplaySwiftExample' \
"${xcb_flags[@]}" \
build \
test
;;

Expand Down Expand Up @@ -387,7 +384,6 @@ case "$product-$platform-$method" in
-scheme "FirebaseMessaging-Unit-integration" \
"${ios_flags[@]}" \
"${xcb_flags[@]}" \
build \
test
fi

Expand Down Expand Up @@ -572,7 +568,6 @@ case "$product-$platform-$method" in
-scheme "FirebaseStorage-Unit-integration" \
"${ios_flags[@]}" \
"${xcb_flags[@]}" \
build \
test
fi

Expand All @@ -583,7 +578,6 @@ case "$product-$platform-$method" in
-scheme "FirebaseStorage-Unit-ObjCIntegration" \
"${ios_flags[@]}" \
"${xcb_flags[@]}" \
build \
test
fi
;;
Expand All @@ -603,7 +597,6 @@ case "$product-$platform-$method" in
-scheme "FirebaseCombineSwift-Unit-integration" \
"${ios_flags[@]}" \
"${xcb_flags[@]}" \
build \
test
fi
;;
Expand Down

0 comments on commit 571bdc8

Please sign in to comment.