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 51e9dc8 commit 3e624b0Copy full SHA for 3e624b0
.github/workflows/zip.yml
@@ -623,8 +623,6 @@ jobs:
623
quickstart-ios/storage/GoogleService-Info.plist "$plist_secret"
624
- name: Test Quickstart
625
run: ([ -z $plist_secret ] || scripts/third_party/travis/retry.sh scripts/test_quickstart_framework.sh "${SDK}")
626
- - name: Test Swift Quickstart
627
- run: ([ -z $plist_secret ] || scripts/third_party/travis/retry.sh scripts/test_quickstart_framework.sh "${SDK}" swift)
628
- name: Remove data before upload
629
run: scripts/remove_data.sh storage
630
# - uses: actions/upload-artifact@v4
0 commit comments