File tree Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Expand file tree Collapse file tree 2 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -23,6 +23,7 @@ concurrency:
23
23
24
24
jobs :
25
25
26
+ # TODO(#12205) Update the build.sh script for this job from "test" instead of "build"
26
27
messaging-integration-tests :
27
28
# Don't run on private repo unless it is a PR.
28
29
if : (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request'
Original file line number Diff line number Diff line change @@ -369,6 +369,7 @@ case "$product-$platform-$method" in
369
369
build
370
370
;;
371
371
372
+ # TODO(#12205) Restore this test to "test" instead of "build"
372
373
Messaging-* -xcodebuild)
373
374
pod_gen FirebaseMessaging.podspec --platforms=ios
374
375
@@ -384,7 +385,7 @@ case "$product-$platform-$method" in
384
385
-scheme " FirebaseMessaging-Unit-integration" \
385
386
" ${ios_flags[@]} " \
386
387
" ${xcb_flags[@]} " \
387
- test
388
+ build
388
389
fi
389
390
;;
390
391
You can’t perform that action at this time.
0 commit comments