Skip to content

Commit fadcd65

Browse files
committed
fst
1 parent 9f35987 commit fadcd65

File tree

1 file changed

+11
-18
lines changed

1 file changed

+11
-18
lines changed

.github/workflows/firestore.yml

Lines changed: 11 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -598,23 +598,16 @@ jobs:
598598
if: needs.*.result == 'failure'
599599
run: exit 1
600600

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
603603
# 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:
607613
# 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)

0 commit comments

Comments
 (0)