Skip to content

Commit f68ced2

Browse files
authored
Update firestore podspec presubmit to ios platform (#7998)
Firestore takes over an hour on presubmit. https://github.com/firebase/firebase-ios-sdk/runs/2456478584?check_suite_focus=true This is to limit the platform and intend to shorten the presubmit processing time.
1 parent 19f57a4 commit f68ced2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/firestore.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -259,4 +259,4 @@ jobs:
259259
- name: Setup Bundler
260260
run: scripts/setup_bundler.sh
261261
- name: Build and test
262-
run: scripts/third_party/travis/retry.sh pod spec lint FirebaseFirestore.podspec --skip-tests --allow-warnings --sources='https://github.com/firebase/SpecsTesting','https://github.com/firebase/SpecsDev.git','https://github.com/firebase/SpecsStaging.git','https://cdn.cocoapods.org/'
262+
run: scripts/third_party/travis/retry.sh pod spec lint FirebaseFirestore.podspec --skip-tests --allow-warnings --platforms=ios --sources='https://github.com/firebase/SpecsTesting','https://github.com/firebase/SpecsDev.git','https://github.com/firebase/SpecsStaging.git','https://cdn.cocoapods.org/'

0 commit comments

Comments
 (0)