File tree Expand file tree Collapse file tree 2 files changed +20
-22
lines changed Expand file tree Collapse file tree 2 files changed +20
-22
lines changed Original file line number Diff line number Diff line change @@ -66,25 +66,25 @@ jobs:
66
66
fail-fast : false
67
67
matrix :
68
68
include :
69
- - product : performance
69
+ - product : Performance
70
70
run_tests : true
71
- - product : storage
71
+ - product : Storage
72
72
run_tests : true
73
- - product : config
73
+ - product : Config
74
74
run_tests : true
75
- - product : messaging
75
+ - product : Messaging
76
76
run_tests : false
77
- - product : inappMessaging
77
+ - product : InAppMessaging
78
78
run_tests : true
79
- - product : firestore
79
+ - product : Firestore
80
80
run_tests : false
81
- - product : database
81
+ - product : Database
82
82
run_tests : false
83
- - product : authentication
83
+ - product : Authentication
84
84
run_tests : false
85
- - product : crashlytics
85
+ - product : Crashlytics
86
86
run_tests : true
87
- - product : abtesting
87
+ - product : ABTesting
88
88
run_tests : true
89
89
name : ' quickstart (prerelease, ${{ matrix.product }}, run_tests: ${{ matrix.run_tests }})'
90
90
env :
Original file line number Diff line number Diff line change @@ -55,34 +55,32 @@ jobs:
55
55
# name: quickstart_artifacts_functions
56
56
# path: quickstart-ios/
57
57
58
- # TODO(ncooke3): Probably should separate *release workflows into
59
- # *release-cocoapods and *release (spm).
60
58
quickstart :
61
59
# Don't run on private repo unless it is a PR.
62
60
if : (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'workflow_dispatch' || github.event_name == 'pull_request'
63
61
strategy :
64
62
fail-fast : false
65
63
matrix :
66
64
include :
67
- - product : performance
65
+ - product : Performance
68
66
run_tests : true
69
- - product : storage
67
+ - product : Storage
70
68
run_tests : true
71
- - product : config
69
+ - product : Config
72
70
run_tests : true
73
- - product : messaging
71
+ - product : Messaging
74
72
run_tests : false
75
- - product : inappMessaging
73
+ - product : InAppMessaging
76
74
run_tests : true
77
- - product : firestore
75
+ - product : Firestore
78
76
run_tests : false
79
- - product : database
77
+ - product : Database
80
78
run_tests : false
81
- - product : authentication
79
+ - product : Authentication
82
80
run_tests : false
83
- - product : crashlytics
81
+ - product : Crashlytics
84
82
run_tests : true
85
- - product : abtesting
83
+ - product : ABTesting
86
84
run_tests : true
87
85
name : ' quickstart (release, ${{ matrix.product }}, run_tests: ${{ matrix.run_tests }})'
88
86
env :
You can’t perform that action at this time.
0 commit comments