File tree Expand file tree Collapse file tree 9 files changed +26
-9
lines changed Expand file tree Collapse file tree 9 files changed +26
-9
lines changed Original file line number Diff line number Diff line change 30
30
- name : Install Secret FIREGSignInInfo.h
31
31
run : scripts/decrypt_gha_secret.sh scripts/gha-encrypted/FIREGSignInInfo.h.gpg \
32
32
quickstart-ios/TestUtils/FIREGSignInInfo.h "$signin_secret"
33
- - name : Test quickstart
33
+ - name : Test swift quickstart
34
34
run : ([ -z $plist_secret ] || scripts/third_party/travis/retry.sh scripts/test_quickstart.sh ABTesting)
35
35
Original file line number Diff line number Diff line change 81
81
- name : Install Secret FIREGSignInInfo.h
82
82
run : scripts/decrypt_gha_secret.sh scripts/gha-encrypted/FIREGSignInInfo.h.gpg \
83
83
quickstart-ios/TestUtils/FIREGSignInInfo.h "$signin_secret"
84
- - name : Test quickstart
84
+ - name : Test objc quickstart
85
85
run : ([ -z $plist_secret ] || scripts/third_party/travis/retry.sh scripts/test_quickstart.sh Authentication)
86
+ - name : Test swift quickstart
87
+ run : ([ -z $plist_secret ] || scripts/third_party/travis/retry.sh scripts/test_quickstart.sh Authentication swift)
86
88
87
89
auth-cron-only :
88
90
runs-on : macos-latest
Original file line number Diff line number Diff line change @@ -50,13 +50,15 @@ jobs:
50
50
- name : Install Secret FIREGSignInInfo.h
51
51
run : scripts/decrypt_gha_secret.sh scripts/gha-encrypted/FIREGSignInInfo.h.gpg \
52
52
quickstart-ios/TestUtils/FIREGSignInInfo.h "$signin_secret"
53
- - name : Test quickstart
53
+ - name : Test objc quickstart
54
54
run : |
55
55
mkdir quickstart-ios/crashlytics/Pods/FirebaseCrashlytics
56
56
# Set the deployed pod location of run and upload-symbols with the development pod version.
57
57
cp Crashlytics/run quickstart-ios/crashlytics/Pods/FirebaseCrashlytics/
58
58
cp Crashlytics/upload-symbols quickstart-ios/crashlytics/Pods/FirebaseCrashlytics/
59
59
([ -z $plist_secret ] || scripts/third_party/travis/retry.sh scripts/test_quickstart.sh Crashlytics)
60
+ - name : Test swift quickstart
61
+ run : ([ -z $plist_secret ] || scripts/third_party/travis/retry.sh scripts/test_quickstart.sh Crashlytics swift)
60
62
61
63
crashlytics-cron-only :
62
64
runs-on : macos-latest
Original file line number Diff line number Diff line change 30
30
- name : Install Secret FIREGSignInInfo.h
31
31
run : scripts/decrypt_gha_secret.sh scripts/gha-encrypted/FIREGSignInInfo.h.gpg \
32
32
quickstart-ios/TestUtils/FIREGSignInInfo.h "$signin_secret"
33
- - name : Test quickstart
33
+ - name : Test objc quickstart
34
34
run : ([ -z $plist_secret ] || scripts/third_party/travis/retry.sh scripts/test_quickstart.sh Database)
35
+ - name : Test swift quickstart
36
+ run : ([ -z $plist_secret ] || scripts/third_party/travis/retry.sh scripts/test_quickstart.sh Database swift)
35
37
Original file line number Diff line number Diff line change @@ -171,6 +171,6 @@ jobs:
171
171
- name : Install Secret FIREGSignInInfo.h
172
172
run : scripts/decrypt_gha_secret.sh scripts/gha-encrypted/FIREGSignInInfo.h.gpg \
173
173
quickstart-ios/TestUtils/FIREGSignInInfo.h "$signin_secret"
174
- - name : Test quickstart
174
+ - name : Test swift quickstart
175
175
run : ([ -z $plist_secret ] ||
176
176
scripts/third_party/travis/retry.sh scripts/test_quickstart.sh Firestore)
Original file line number Diff line number Diff line change 33
33
quickstart-ios/TestUtils/FIREGSignInInfo.h "$signin_secret"
34
34
- name : Setup custom URL scheme
35
35
run : sed -i '' 's/REVERSED_CLIENT_ID/com.googleusercontent.apps.1025801074639-6p6ebi8amuklcjrto20gvpe295smm8u6/' quickstart-ios/functions/FunctionsExample/Info.plist
36
- - name : Test quickstart
36
+ - name : Test objc quickstart
37
37
run : ([ -z $plist_secret ] ||
38
38
scripts/third_party/travis/retry.sh scripts/test_quickstart.sh Functions)
39
+ - name : Test swift quickstart
40
+ run : ([ -z $plist_secret ] ||
41
+ scripts/third_party/travis/retry.sh scripts/test_quickstart.sh Functions swift)
Original file line number Diff line number Diff line change 31
31
- name : Install Secret FIREGSignInInfo.h
32
32
run : scripts/decrypt_gha_secret.sh scripts/gha-encrypted/FIREGSignInInfo.h.gpg \
33
33
quickstart-ios/TestUtils/FIREGSignInInfo.h "$signin_secret"
34
- - name : Test quickstart
34
+ - name : Test objc quickstart
35
35
run : ([ -z $plist_secret ] ||
36
36
scripts/third_party/travis/retry.sh scripts/test_quickstart.sh InAppMessaging)
37
+ - name : Test swift quickstart
38
+ run : ([ -z $plist_secret ] ||
39
+ scripts/third_party/travis/retry.sh scripts/test_quickstart.sh InAppMessaging swift)
37
40
Original file line number Diff line number Diff line change 71
71
- name : Install Secret FIREGSignInInfo.h
72
72
run : scripts/decrypt_gha_secret.sh scripts/gha-encrypted/FIREGSignInInfo.h.gpg \
73
73
quickstart-ios/TestUtils/FIREGSignInInfo.h "$signin_secret"
74
- - name : Test quickstart
74
+ - name : Test objc quickstart
75
75
run : ([ -z $plist_secret ] ||
76
76
scripts/third_party/travis/retry.sh scripts/test_quickstart.sh Messaging)
77
+ - name : Test swift quickstart
78
+ run : ([ -z $plist_secret ] ||
79
+ scripts/third_party/travis/retry.sh scripts/test_quickstart.sh Messaging swift)
77
80
78
81
pod-lib-lint-watchos :
79
82
runs-on : macOS-latest
Original file line number Diff line number Diff line change 55
55
- name : Install Secret FIREGSignInInfo.h
56
56
run : scripts/decrypt_gha_secret.sh scripts/gha-encrypted/FIREGSignInInfo.h.gpg \
57
57
quickstart-ios/TestUtils/FIREGSignInInfo.h "$signin_secret"
58
- - name : Test quickstart
58
+ - name : Test objc quickstart
59
59
run : ([ -z $plist_secret ] || scripts/third_party/travis/retry.sh scripts/test_quickstart.sh Storage)
60
+ - name : Test swift quickstart
61
+ run : ([ -z $plist_secret ] || scripts/third_party/travis/retry.sh scripts/test_quickstart.sh Storage swift)
60
62
61
63
pod-lib-lint :
62
64
runs-on : macOS-latest
You can’t perform that action at this time.
0 commit comments