Skip to content

Commit f59ae0c

Browse files
authored
fix: installations cron (#15541)
1 parent 795dbef commit f59ae0c

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

.github/workflows/installations.yml

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -62,24 +62,25 @@ jobs:
6262
quickstart-ftl-cron-only:
6363
# Don't run on private repo.
6464
if: github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule'
65-
6665
runs-on: macos-15
6766
steps:
6867
- uses: actions/checkout@v4
6968
- uses: ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1
69+
- name: Setup Bundler
70+
run: scripts/setup_bundler.sh
71+
- name: Install xcpretty
72+
run: gem install xcpretty
7073
- uses: actions/setup-python@v5
7174
with:
7275
python-version: '3.11'
7376
- name: Xcode
7477
run: sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer
7578
- name: Setup quickstart
76-
run: scripts/setup_quickstart.sh installations
79+
run: scripts/setup_quickstart_spm.sh installations
7780
- name: Copy mock plist
7881
run: cp quickstart-ios/mock-GoogleService-Info.plist quickstart-ios/installations/GoogleService-Info.plist
79-
- name: Build objc quickstart
82+
- name: Build quickstart
8083
run: scripts/third_party/travis/retry.sh scripts/test_quickstart_ftl.sh Installations
81-
- name: Build swift quickstart
82-
run: scripts/third_party/travis/retry.sh scripts/test_quickstart_ftl.sh Installations swift
8384
- id: ftl_test
8485
uses: FirebaseExtended/github-actions/firebase-test-lab@v1.4
8586
with:

0 commit comments

Comments
 (0)