diff --git a/.github/workflows/storage.yml b/.github/workflows/storage.yml index ba71a3c1082..44e3baccaa1 100644 --- a/.github/workflows/storage.yml +++ b/.github/workflows/storage.yml @@ -99,13 +99,17 @@ jobs: - uses: actions/setup-python@v5 with: python-version: '3.11' + - name: Setup Bundler + run: scripts/setup_bundler.sh + - name: Install xcpretty + run: gem install xcpretty + - name: Xcode + run: sudo xcode-select -s /Applications/Xcode_16.4.app/Contents/Developer - name: Setup quickstart - run: scripts/setup_quickstart.sh storage + run: scripts/setup_quickstart_spm.sh storage - name: Install Secret GoogleService-Info.plist run: scripts/decrypt_gha_secret.sh scripts/gha-encrypted/qs-storage.plist.gpg \ quickstart-ios/storage/GoogleService-Info.plist "$plist_secret" - # - name: Build objc quickstart - # run: ([ -z $plist_secret ] || scripts/third_party/travis/retry.sh scripts/test_quickstart_ftl.sh Storage) - name: Build swift quickstart run: ([ -z $plist_secret ] || scripts/third_party/travis/retry.sh scripts/test_quickstart_ftl.sh Storage swift) - id: ftl_test