File tree Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Expand file tree Collapse file tree 1 file changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -394,23 +394,11 @@ jobs:
394394 "${GITHUB_WORKSPACE}"/quickstart-ios/scripts/add_framework_script.rb --sdk "Crashlytics" --target "CrashlyticsExample_(watchOS)_Extension" --framework_path Firebase/
395395 - name : Patch Crashlytics Run Script Path
396396 run : scripts/patch_crashlytics_run_path.rb
397- # TODO(#8057): Restore Swift Quickstart
398- # - name: Setup swift quickstart
399- # env:
400- # LEGACY: true
401- # run: |
402- # SAMPLE="$SDK" TARGET="${SDK}ExampleSwift" NON_FIREBASE_SDKS="ReachabilitySwift" scripts/setup_quickstart_framework.sh \
403- # "${HOME}"/ios_frameworks/Firebase/NonFirebaseSDKs/*
404397 - name : Install Secret GoogleService-Info.plist
405398 run : scripts/decrypt_gha_secret.sh scripts/gha-encrypted/qs-crashlytics.plist.gpg \
406399 quickstart-ios/crashlytics/GoogleService-Info.plist "$plist_secret"
407400 - name : Test Quickstart
408401 run : ([ -z $plist_secret ] || scripts/third_party/travis/retry.sh scripts/test_quickstart_framework.sh "${SDK}")
409- # TODO(#8057): Restore Swift Quickstart
410- # - name: Test Swift Quickstart
411- # env:
412- # LEGACY: true
413- # run: ([ -z $plist_secret ] || scripts/third_party/travis/retry.sh scripts/test_quickstart_framework.sh "${SDK}" swift)
414402 - uses : actions/upload-artifact@v4
415403 if : failure()
416404 with :
You can’t perform that action at this time.
0 commit comments