Skip to content

Commit 73d4b6f

Browse files
authored
pod update for quickstart testing (#8811)
1 parent 28a9331 commit 73d4b6f

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

.github/workflows/functions.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@ on:
99
- 'FirebaseMessaging/Sources/Interop/*.h'
1010
- 'FirebaseTestingSupport/Functions/**'
1111
- 'FirebaseCombineSwift/Sources/Functions/**'
12+
- 'scripts/setup_quickstart.sh'
1213
- 'Gemfile*'
1314

1415
schedule:

scripts/setup_quickstart.sh

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,11 +68,7 @@ if check_secrets || [[ ${SAMPLE} == "installations" ]]; then
6868

6969
bundle update --bundler
7070
bundle install
71-
if [ -n "$RELEASE_TESTING" ]; then
72-
bundle exec pod update --silent
73-
else
74-
bundle exec pod install
75-
fi
71+
pod update
7672

7773
if [[ ! -z "${LEGACY:-}" ]]; then
7874
cd ..

0 commit comments

Comments
 (0)