File tree Expand file tree Collapse file tree 1 file changed +11
-18
lines changed Expand file tree Collapse file tree 1 file changed +11
-18
lines changed Original file line number Diff line number Diff line change @@ -598,23 +598,16 @@ jobs:
598
598
if : needs.*.result == 'failure'
599
599
run : exit 1
600
600
601
- # Disable until FirebaseUI is updated to accept Firebase 9 and quickstart is updated to accept
602
- # Firebase UI 12
601
+ # TODO: Disable until FirebaseUI is updated to accept Firebase 9 and
602
+ # quickstart is updated to accept Firebase UI 12
603
603
# quickstart:
604
- # # Don't run on private repo unless it is a PR.
605
- # if: (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'pull_request'
606
- # env:
604
+ # uses: ./.github/workflows/common_quickstart.yml
605
+ # with:
606
+ # product: Firestore
607
+ # is_legacy: true
608
+ # setup_command: scripts/setup_quickstart.sh firestore
609
+ # plist_src_path: scripts/gha-encrypted/qs-firestore.plist.gpg
610
+ # plist_dst_path: quickstart-ios/firestore/GoogleService-Info.plist
611
+ # run_tests: false
612
+ # secrets:
607
613
# plist_secret: ${{ secrets.GHASecretsGPGPassphrase1 }}
608
- # runs-on: macos-14
609
- # needs: check
610
-
611
- # steps:
612
- # - uses: actions/checkout@v4
613
- # - name: Setup quickstart
614
- # run: scripts/setup_quickstart.sh firestore
615
- # - name: Install Secret GoogleService-Info.plist
616
- # run: scripts/decrypt_gha_secret.sh scripts/gha-encrypted/qs-firestore.plist.gpg \
617
- # quickstart-ios/firestore/GoogleService-Info.plist "$plist_secret"
618
- # - name: Test swift quickstart
619
- # run: ([ -z $plist_secret ] ||
620
- # scripts/third_party/travis/retry.sh scripts/test_quickstart.sh Firestore false)
You can’t perform that action at this time.
0 commit comments