File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change 32
32
FirebaseRemoteConfig/Tests/SwiftAPI/GoogleService-Info.plist "$plist_secret"
33
33
- name : Generate Access Token for RemoteConfigConsoleAPI in IntegrationTests
34
34
if : matrix.target == 'iOS'
35
- run : scripts/generate_access_token.sh "$plist_secret" scripts/gha-encrypted/RemoteConfigSwiftAPI/ServiceAccount.json.gpg
36
- FirebaseRemoteConfig/Tests/SwiftAPI/AccessToken.json
35
+ run : ([ -z $plist_secret ] || scripts/generate_access_token.sh "$plist_secret" scripts/gha-encrypted/RemoteConfigSwiftAPI/ServiceAccount.json.gpg
36
+ FirebaseRemoteConfig/Tests/SwiftAPI/AccessToken.json)
37
37
- name : BuildAndUnitTest # can be replaced with pod lib lint with CocoaPods 1.10
38
38
run : scripts/third_party/travis/retry.sh scripts/build.sh RemoteConfig ${{ matrix.target }} unit
39
39
- name : Fake Console API Tests
You can’t perform that action at this time.
0 commit comments