Skip to content

Commit 26388b6

Browse files
authored
fix: perf ftl CI (#15592)
1 parent 4b7b345 commit 26388b6

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

.github/workflows/performance.yml

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,6 @@ jobs:
9090

9191
quickstart-ftl-cron-only:
9292
if: github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule'
93-
9493
env:
9594
plist_secret: ${{ secrets.GHASecretsGPGPassphrase1 }}
9695
runs-on: macos-15
@@ -102,15 +101,15 @@ jobs:
102101
python-version: '3.11'
103102
- name: Xcode
104103
run: sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer
104+
- name: Install xcpretty
105+
run: gem install xcpretty
105106
- name: Setup quickstart
106107
run: scripts/setup_quickstart_spm.sh performance
107108
- name: Install Secret GoogleService-Info.plist
108109
run: scripts/decrypt_gha_secret.sh scripts/gha-encrypted/qs-performance.plist.gpg \
109110
quickstart-ios/performance/GoogleService-Info.plist "$plist_secret"
110111
- name: Build swift quickstart
111112
run: ([ -z $plist_secret ] || scripts/third_party/travis/retry.sh scripts/test_quickstart_ftl.sh Performance swift)
112-
# - name: Build objc quickstart
113-
# run: ([ -z $plist_secret ] || scripts/third_party/travis/retry.sh scripts/test_quickstart_ftl.sh Performance)
114113
- id: ftl_test
115114
uses: FirebaseExtended/github-actions/firebase-test-lab@v1.4
116115
with:

0 commit comments

Comments
 (0)