Skip to content

Commit 3baf491

Browse files
committed
progress
1 parent 86123e8 commit 3baf491

File tree

1 file changed

+0
-4
lines changed

1 file changed

+0
-4
lines changed

.github/workflows/zip.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -579,8 +579,6 @@ jobs:
579579
- name: Install Secret GoogleService-Info.plist
580580
run: scripts/decrypt_gha_secret.sh scripts/gha-encrypted/qs-inappmessaging.plist.gpg \
581581
quickstart-ios/inappmessaging/GoogleService-Info.plist "$plist_secret"
582-
- name: Test Quickstart
583-
run: ([ -z $plist_secret ] || scripts/third_party/travis/retry.sh scripts/test_quickstart_framework.sh "${SDK}")
584582
- name: Test Swift Quickstart
585583
run: ([ -z $plist_secret ] || scripts/third_party/travis/retry.sh scripts/test_quickstart_framework.sh "${SDK}" swift)
586584
- uses: actions/upload-artifact@v4
@@ -633,8 +631,6 @@ jobs:
633631
quickstart-ios/messaging/GoogleService-Info.plist "$plist_secret"
634632
- name: Test Quickstart
635633
run: ([ -z $plist_secret ] || scripts/third_party/travis/retry.sh scripts/test_quickstart_framework.sh "${SDK}")
636-
- name: Test Swift Quickstart
637-
run: ([ -z $plist_secret ] || scripts/third_party/travis/retry.sh scripts/test_quickstart_framework.sh "${SDK}" swift)
638634
- uses: actions/upload-artifact@v4
639635
if: failure()
640636
with:

0 commit comments

Comments
 (0)