@@ -79,22 +79,18 @@ jobs:
79
79
- uses : actions/checkout@v2
80
80
- name : Pull zip from GCS
81
81
run : scripts/pull_zip_gcloud.sh "$plist_secret" "$FRAMEWORK_ZIP" "${HOME}/ios_frameworks"
82
- - name : Setup quickstart
82
+ - name : Setup Swift Quickstart
83
83
run : SAMPLE="$SDK" TARGET="${SDK}Example" scripts/setup_quickstart_framework.sh \
84
84
" ${HOME}" /ios_frameworks/Firebase/FirebaseRemoteConfig/* \
85
85
" ${HOME}" /ios_frameworks/Firebase/FirebaseAnalytics/*
86
- - name : Setup swift quickstart
87
- run : SAMPLE="$SDK" TARGET="${SDK}ExampleSwift" scripts/setup_quickstart_framework.sh
88
86
- name : Install Secret GoogleService-Info.plist
89
87
run : scripts/decrypt_gha_secret.sh scripts/gha-encrypted/qs-config.plist.gpg \
90
88
quickstart-ios/config/GoogleService-Info.plist "$plist_secret"
91
89
- name : Install Secret FIREGSignInInfo.h
92
90
run : scripts/decrypt_gha_secret.sh scripts/gha-encrypted/FIREGSignInInfo.h.gpg \
93
91
quickstart-ios/TestUtils/FIREGSignInInfo.h "$signin_secret"
94
- - name : Test objc Quickstart
92
+ - name : Test Swift Quickstart
95
93
run : ([ -z $plist_secret ] || scripts/third_party/travis/retry.sh scripts/test_quickstart_framework.sh "${SDK}")
96
- - name : Test swift Quickstart
97
- run : ([ -z $plist_secret ] || scripts/third_party/travis/retry.sh scripts/test_quickstart_framework.sh "${SDK}" swift)
98
94
- name : Remove data before upload
99
95
if : ${{ failure() }}
100
96
run : scripts/remove_data.sh "${SDK}"
@@ -121,10 +117,8 @@ jobs:
121
117
- name : Install Secret FIREGSignInInfo.h
122
118
run : scripts/decrypt_gha_secret.sh scripts/gha-encrypted/FIREGSignInInfo.h.gpg \
123
119
quickstart-ios/TestUtils/FIREGSignInInfo.h "$signin_secret"
124
- - name : Test objc quickstart
120
+ - name : Test Swift Quickstart
125
121
run : ([ -z $plist_secret ] || scripts/third_party/travis/retry.sh scripts/test_quickstart.sh Config)
126
- - name : Test swift quickstart
127
- run : ([ -z $plist_secret ] || scripts/third_party/travis/retry.sh scripts/test_quickstart.sh Config swift)
128
122
129
123
remoteconfig-cron-only :
130
124
# Don't run on private repo.
0 commit comments