Skip to content

Commit 795dbef

Browse files
authored
fix: abtesting cron (#15542)
1 parent 5edb680 commit 795dbef

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/abtesting.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,11 +61,15 @@ jobs:
6161
steps:
6262
- uses: actions/checkout@v4
6363
- uses: ruby/setup-ruby@354a1ad156761f5ee2b7b13fa8e09943a5e8d252 # v1
64+
- name: Setup Bundler
65+
run: scripts/setup_bundler.sh
66+
- name: Install xcpretty
67+
run: gem install xcpretty
6468
- uses: actions/setup-python@v5
6569
with:
6670
python-version: '3.11'
6771
- name: Setup quickstart
68-
run: scripts/setup_quickstart.sh abtesting
72+
run: scripts/setup_quickstart_spm.sh abtesting
6973
- name: Install Secret GoogleService-Info.plist
7074
run: scripts/decrypt_gha_secret.sh scripts/gha-encrypted/qs-abtesting.plist.gpg \
7175
quickstart-ios/abtesting/GoogleService-Info.plist "$plist_secret"

0 commit comments

Comments
 (0)