We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5edb680 commit 795dbefCopy full SHA for 795dbef
.github/workflows/abtesting.yml
@@ -61,11 +61,15 @@ jobs:
61
steps:
62
- uses: actions/checkout@v4
63
- 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
68
- uses: actions/setup-python@v5
69
with:
70
python-version: '3.11'
71
- name: Setup quickstart
- run: scripts/setup_quickstart.sh abtesting
72
+ run: scripts/setup_quickstart_spm.sh abtesting
73
- name: Install Secret GoogleService-Info.plist
74
run: scripts/decrypt_gha_secret.sh scripts/gha-encrypted/qs-abtesting.plist.gpg \
75
quickstart-ios/abtesting/GoogleService-Info.plist "$plist_secret"
0 commit comments