Skip to content

Commit 10ef7f9

Browse files
committed
remove double build
1 parent 1a2af29 commit 10ef7f9

File tree

1 file changed

+3
-11
lines changed

1 file changed

+3
-11
lines changed

.github/workflows/messaging.yml

Lines changed: 3 additions & 11 deletions
Original file line numberDiff line numberDiff 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:

0 commit comments

Comments
 (0)