File tree Expand file tree Collapse file tree 4 files changed +22
-0
lines changed Expand file tree Collapse file tree 4 files changed +22
-0
lines changed Original file line number Diff line number Diff line change 77
77
steps :
78
78
- uses : actions/checkout@v2
79
79
- name : Setup quickstart
80
+ env :
81
+ LEGACY : true
80
82
run : scripts/setup_quickstart.sh abtesting
81
83
- name : Install Secret GoogleService-Info.plist
82
84
run : scripts/decrypt_gha_secret.sh scripts/gha-encrypted/qs-abtesting.plist.gpg \
85
87
run : scripts/decrypt_gha_secret.sh scripts/gha-encrypted/FIREGSignInInfo.h.gpg \
86
88
quickstart-ios/TestUtils/FIREGSignInInfo.h "$signin_secret"
87
89
- name : Test swift quickstart
90
+ env :
91
+ LEGACY : true
88
92
run : ([ -z $plist_secret ] || scripts/third_party/travis/retry.sh scripts/test_quickstart.sh ABTesting)
89
93
90
94
abtesting-cron-only :
Original file line number Diff line number Diff line change @@ -109,6 +109,8 @@ jobs:
109
109
run : scripts/decrypt_gha_secret.sh scripts/gha-encrypted/bot-access.txt.gpg \
110
110
bot-access.txt "$bot_token_secret"
111
111
- name : Setup testing repo and quickstart
112
+ env :
113
+ LEGACY : true
112
114
run : |
113
115
botaccess=`cat bot-access.txt`
114
116
BOT_TOKEN="${botaccess}" scripts/setup_quickstart.sh abtesting prerelease_testing
@@ -118,9 +120,13 @@ jobs:
118
120
- name : Install Secret FIREGSignInInfo.h
119
121
run : scripts/decrypt_gha_secret.sh scripts/gha-encrypted/FIREGSignInInfo.h.gpg \
120
122
quickstart-ios/TestUtils/FIREGSignInInfo.h "$signin_secret"
123
+ env :
124
+ LEGACY : true
121
125
- name : Test swift quickstart
122
126
run : ([ -z $plist_secret ] || scripts/third_party/travis/retry.sh scripts/test_quickstart.sh ABTesting)
123
127
- name : Remove data before upload
128
+ env :
129
+ LEGACY : true
124
130
run : scripts/remove_data.sh config release_testing
125
131
- uses : actions/upload-artifact@v2
126
132
if : ${{ failure() }}
Original file line number Diff line number Diff line change 62
62
run : scripts/decrypt_gha_secret.sh scripts/gha-encrypted/bot-access.txt.gpg \
63
63
bot-access.txt "$bot_token_secret"
64
64
- name : Setup testing repo and quickstart
65
+ env :
66
+ LEGACY : true
65
67
run : |
66
68
botaccess=`cat bot-access.txt`
67
69
BOT_TOKEN="${botaccess}" scripts/setup_quickstart.sh abtesting nightly_release_testing
72
74
run : scripts/decrypt_gha_secret.sh scripts/gha-encrypted/FIREGSignInInfo.h.gpg \
73
75
quickstart-ios/TestUtils/FIREGSignInInfo.h "$signin_secret"
74
76
- name : Test swift quickstart
77
+ env :
78
+ LEGACY : true
75
79
run : ([ -z $plist_secret ] || scripts/third_party/travis/retry.sh scripts/test_quickstart.sh ABTesting)
76
80
- name : Remove data before upload
81
+ env :
82
+ LEGACY : true
77
83
run : scripts/remove_data.sh config release_testing
78
84
- uses : actions/upload-artifact@v2
79
85
if : ${{ failure() }}
Original file line number Diff line number Diff line change @@ -102,6 +102,8 @@ jobs:
102
102
mkdir -p "${HOME}"/ios_frameworks/
103
103
find "${GITHUB_WORKSPACE}/${FRAMEWORK_DIR}" -name "Firebase*latest.zip" -exec unzip -d "${HOME}"/ios_frameworks/ {} +
104
104
- name : Setup quickstart
105
+ env :
106
+ LEGACY : true
105
107
run : SAMPLE="$SDK" TARGET="${SDK}Example" scripts/setup_quickstart_framework.sh \
106
108
" ${HOME}" /ios_frameworks/Firebase/FirebaseRemoteConfig/* \
107
109
" ${HOME}" /ios_frameworks/Firebase/FirebaseAnalytics/FirebaseCore.xcframework \
@@ -115,8 +117,12 @@ jobs:
115
117
run : scripts/decrypt_gha_secret.sh scripts/gha-encrypted/FIREGSignInInfo.h.gpg \
116
118
quickstart-ios/TestUtils/FIREGSignInInfo.h "$signin_secret"
117
119
- name : Test Quickstart
120
+ env :
121
+ LEGACY : true
118
122
run : ([ -z $plist_secret ] || scripts/third_party/travis/retry.sh scripts/test_quickstart_framework.sh "${SDK}")
119
123
- name : Remove data before upload
124
+ env :
125
+ LEGACY : true
120
126
if : ${{ failure() }}
121
127
run : scripts/remove_data.sh abtesting
122
128
- uses : actions/upload-artifact@v2
You can’t perform that action at this time.
0 commit comments