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 d683df8 commit 844c0f7Copy full SHA for 844c0f7
.github/workflows/zip.yml
@@ -464,7 +464,7 @@ jobs:
464
run: scripts/decrypt_gha_secret.sh scripts/gha-encrypted/qs-database.plist.gpg \
465
quickstart-ios/database/GoogleService-Info.plist "$plist_secret"
466
- name: Test Quickstart
467
- run: ([ -z $plist_secret ] || scripts/third_party/travis/retry.sh scripts/test_quickstart_framework.sh "${SDK}")
+ run: ([ -z $plist_secret ] || scripts/third_party/travis/retry.sh scripts/test_quickstart_framework.sh "${SDK}" swift)
468
- uses: actions/upload-artifact@v4
469
if: failure()
470
with:
0 commit comments