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:
6666 fail-fast : false
6767 matrix :
6868 include :
69- - product : performance
69+ - product : Performance
7070 run_tests : true
71- - product : storage
71+ - product : Storage
7272 run_tests : true
73- - product : config
73+ - product : Config
7474 run_tests : true
75- - product : messaging
75+ - product : Messaging
7676 run_tests : false
77- - product : inappMessaging
77+ - product : InAppMessaging
7878 run_tests : true
79- - product : firestore
79+ - product : Firestore
8080 run_tests : false
81- - product : database
81+ - product : Database
8282 run_tests : false
83- - product : authentication
83+ - product : Authentication
8484 run_tests : false
85- - product : crashlytics
85+ - product : Crashlytics
8686 run_tests : true
87- - product : abtesting
87+ - product : ABTesting
8888 run_tests : true
8989 name : ' quickstart (prerelease, ${{ matrix.product }}, run_tests: ${{ matrix.run_tests }})'
9090 env :
Original file line number Diff line number Diff line change @@ -55,34 +55,32 @@ jobs:
5555 # name: quickstart_artifacts_functions
5656 # path: quickstart-ios/
5757
58- # TODO(ncooke3): Probably should separate *release workflows into
59- # *release-cocoapods and *release (spm).
6058 quickstart :
6159 # Don't run on private repo unless it is a PR.
6260 if : (github.repository == 'Firebase/firebase-ios-sdk' && github.event_name == 'schedule') || github.event_name == 'workflow_dispatch' || github.event_name == 'pull_request'
6361 strategy :
6462 fail-fast : false
6563 matrix :
6664 include :
67- - product : performance
65+ - product : Performance
6866 run_tests : true
69- - product : storage
67+ - product : Storage
7068 run_tests : true
71- - product : config
69+ - product : Config
7270 run_tests : true
73- - product : messaging
71+ - product : Messaging
7472 run_tests : false
75- - product : inappMessaging
73+ - product : InAppMessaging
7674 run_tests : true
77- - product : firestore
75+ - product : Firestore
7876 run_tests : false
79- - product : database
77+ - product : Database
8078 run_tests : false
81- - product : authentication
79+ - product : Authentication
8280 run_tests : false
83- - product : crashlytics
81+ - product : Crashlytics
8482 run_tests : true
85- - product : abtesting
83+ - product : ABTesting
8684 run_tests : true
8785 name : ' quickstart (release, ${{ matrix.product }}, run_tests: ${{ matrix.run_tests }})'
8886 env :
You can’t perform that action at this time.
0 commit comments