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