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