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 8e59ef3 commit b9115eeCopy full SHA for b9115ee
.github/workflows/zip.yml
@@ -149,10 +149,8 @@ jobs:
149
- name: Remove data before upload
150
env:
151
LEGACY: true
152
- if: ${{ failure() }}
153
run: scripts/remove_data.sh abtesting
154
- uses: actions/upload-artifact@v4
155
156
with:
157
name: quickstart_artifacts_abtesting
158
path: quickstart-ios/
@@ -204,10 +202,8 @@ jobs:
204
202
- name: Test Swift Quickstart
205
203
run: ([ -z $plist_secret ] || scripts/third_party/travis/retry.sh scripts/test_quickstart_framework.sh "${SDK}")
206
207
208
run: scripts/remove_data.sh authentiation
209
210
211
212
name: quickstart_artifacts_auth
213
0 commit comments