File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff line change 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 :
You can’t perform that action at this time.
0 commit comments