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 df0718f commit fbcd042Copy full SHA for fbcd042
.github/workflows/prerelease.yml
@@ -120,9 +120,9 @@ jobs:
120
- name: Install Secret FIREGSignInInfo.h
121
run: scripts/decrypt_gha_secret.sh scripts/gha-encrypted/FIREGSignInInfo.h.gpg \
122
quickstart-ios/TestUtils/FIREGSignInInfo.h "$signin_secret"
123
+ - name: Test swift quickstart
124
env:
125
LEGACY: true
- - name: Test swift quickstart
126
run: ([ -z $plist_secret ] || scripts/third_party/travis/retry.sh scripts/test_quickstart.sh ABTesting)
127
- name: Remove data before upload
128
0 commit comments