We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 28a9331 commit 73d4b6fCopy full SHA for 73d4b6f
.github/workflows/functions.yml
@@ -9,6 +9,7 @@ on:
9
- 'FirebaseMessaging/Sources/Interop/*.h'
10
- 'FirebaseTestingSupport/Functions/**'
11
- 'FirebaseCombineSwift/Sources/Functions/**'
12
+ - 'scripts/setup_quickstart.sh'
13
- 'Gemfile*'
14
15
schedule:
scripts/setup_quickstart.sh
@@ -68,11 +68,7 @@ if check_secrets || [[ ${SAMPLE} == "installations" ]]; then
68
69
bundle update --bundler
70
bundle install
71
- if [ -n "$RELEASE_TESTING" ]; then
72
- bundle exec pod update --silent
73
- else
74
- bundle exec pod install
75
- fi
+ pod update
76
77
if [[ ! -z "${LEGACY:-}" ]]; then
78
cd ..
0 commit comments