File tree Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Expand file tree Collapse file tree 1 file changed +3
-11
lines changed Original file line number Diff line number Diff line change @@ -108,20 +108,12 @@ jobs:
108108 run : sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer
109109 - name : Setup quickstart
110110 run : scripts/setup_quickstart_spm.sh messaging
111- # run: scripts/setup_quickstart.sh messaging
112111 - name : Install Secret GoogleService-Info.plist
113112 run : scripts/decrypt_gha_secret.sh scripts/gha-encrypted/qs-messaging.plist.gpg \
114113 quickstart-ios/messaging/GoogleService-Info.plist "$plist_secret"
115- # - name: Build objc quickstart
116- # run: ([ -z $plist_secret ] ||
117- # scripts/third_party/travis/retry.sh scripts/test_quickstart_ftl.sh Messaging)
118- # - name: Build swift quickstart
119- # run: ([ -z $plist_secret ] ||
120- # scripts/third_party/travis/retry.sh scripts/test_quickstart_ftl.sh Messaging swift)
121- - name : Build objc quickstart
122- run : ([ -z $plist_secret ] || scripts/test_quickstart_ftl.sh Messaging)
123- - name : Build swift quickstart
124- run : ([ -z $plist_secret ] || scripts/test_quickstart_ftl.sh Messaging swift)
114+ - name : Build quickstart
115+ run : ([ -z $plist_secret ] ||
116+ scripts/third_party/travis/retry.sh scripts/test_quickstart_ftl.sh Messaging)
125117 - id : ftl_test
126118 uses :
FirebaseExtended/github-actions/[email protected] 127119 with :
You can’t perform that action at this time.
0 commit comments