Skip to content

Commit 8a3b7e5

Browse files
authored
fix: storage.yml FTL cron (#15609)
1 parent 15d89de commit 8a3b7e5

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

.github/workflows/storage.yml

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,13 +99,17 @@ jobs:
9999
- uses: actions/setup-python@v5
100100
with:
101101
python-version: '3.11'
102+
- name: Setup Bundler
103+
run: scripts/setup_bundler.sh
104+
- name: Install xcpretty
105+
run: gem install xcpretty
106+
- name: Xcode
107+
run: sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer
102108
- name: Setup quickstart
103-
run: scripts/setup_quickstart.sh storage
109+
run: scripts/setup_quickstart_spm.sh storage
104110
- name: Install Secret GoogleService-Info.plist
105111
run: scripts/decrypt_gha_secret.sh scripts/gha-encrypted/qs-storage.plist.gpg \
106112
quickstart-ios/storage/GoogleService-Info.plist "$plist_secret"
107-
# - name: Build objc quickstart
108-
# run: ([ -z $plist_secret ] || scripts/third_party/travis/retry.sh scripts/test_quickstart_ftl.sh Storage)
109113
- name: Build swift quickstart
110114
run: ([ -z $plist_secret ] || scripts/third_party/travis/retry.sh scripts/test_quickstart_ftl.sh Storage swift)
111115
- id: ftl_test

0 commit comments

Comments
 (0)