Skip to content

Commit 67725e5

Browse files
committed
fix(ci): Attempt to address Crashlytics flakes
1 parent 176f083 commit 67725e5

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

scripts/build.sh

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -702,6 +702,18 @@ case "$product-$platform-$method" in
702702
test
703703
;;
704704

705+
FirebaseCrashlyticsUnit-*-spm)
706+
RunXcodebuild \
707+
-scheme $product \
708+
"${xcb_flags[@]}" \
709+
IPHONEOS_DEPLOYMENT_TARGET=13.0 \
710+
TVOS_DEPLOYMENT_TARGET=13.0 \
711+
-parallel-testing-enabled NO \
712+
-retry-tests-on-failure \
713+
-test-iterations 3 \
714+
test
715+
;;
716+
705717
# Note that the combine tests require setting the minimum iOS and tvOS version to 13.0
706718
*-*-spm)
707719
RunXcodebuild \

0 commit comments

Comments
 (0)