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 3baf491 commit 4eb96d2Copy full SHA for 4eb96d2
.github/workflows/zip.yml
@@ -247,13 +247,6 @@ jobs:
247
quickstart-ios/abtesting/GoogleService-Info.plist "$plist_secret"
248
- name: Test Quickstart
249
run: ([ -z $plist_secret ] || scripts/third_party/travis/retry.sh scripts/test_quickstart_framework.sh "${SDK}")
250
- - name: Remove data before upload
251
- if: always()
252
- run: scripts/remove_data.sh abtesting
253
- # - uses: actions/upload-artifact@v4
254
- # if: failure()
255
- # with:
256
- # name: quickstart_artifacts_abtesting
257
- uses: actions/upload-artifact@v4
258
if: failure()
259
with:
0 commit comments