Skip to content

Commit 844c0f7

Browse files
committed
database
1 parent d683df8 commit 844c0f7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/zip.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -464,7 +464,7 @@ jobs:
464464
run: scripts/decrypt_gha_secret.sh scripts/gha-encrypted/qs-database.plist.gpg \
465465
quickstart-ios/database/GoogleService-Info.plist "$plist_secret"
466466
- name: Test Quickstart
467-
run: ([ -z $plist_secret ] || scripts/third_party/travis/retry.sh scripts/test_quickstart_framework.sh "${SDK}")
467+
run: ([ -z $plist_secret ] || scripts/third_party/travis/retry.sh scripts/test_quickstart_framework.sh "${SDK}" swift)
468468
- uses: actions/upload-artifact@v4
469469
if: failure()
470470
with:

0 commit comments

Comments
 (0)