Skip to content

Commit 0cdf1ec

Browse files
authored
Apply suggestion from @ncooke3
1 parent ae31da6 commit 0cdf1ec

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/zip.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -405,6 +405,8 @@ jobs:
405405
run: scripts/decrypt_gha_secret.sh scripts/gha-encrypted/qs-crashlytics.plist.gpg \
406406
quickstart-ios/crashlytics/GoogleService-Info.plist "$plist_secret"
407407
- name: Test Quickstart
408+
env:
409+
LEGACY: true
408410
run: ([ -z $plist_secret ] || scripts/third_party/travis/retry.sh scripts/test_quickstart_framework.sh "${SDK}")
409411
- uses: actions/upload-artifact@v4
410412
if: failure()

0 commit comments

Comments
 (0)