File tree Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Expand file tree Collapse file tree 1 file changed +0
-4
lines changed Original file line number Diff line number Diff 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 :
You can’t perform that action at this time.
0 commit comments