File tree Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Expand file tree Collapse file tree 2 files changed +6
-2
lines changed Original file line number Diff line number Diff line change 43
43
uses : ./.github/workflows/common_quickstart.yml
44
44
with :
45
45
product : ABTesting
46
+ is_legacy : true
46
47
setup_command : scripts/setup_quickstart.sh abtesting
47
48
plist_src_path : scripts/gha-encrypted/qs-database.plist.gpg
48
49
plist_dst_path : quickstart-ios/database/GoogleService-Info.plist
Original file line number Diff line number Diff line change 33
33
type : string
34
34
required : true
35
35
36
+ # TODO: What does this mean?
36
37
is_legacy :
37
38
type : boolean
38
- required : false
39
- default : false
39
+ required : true
40
40
41
41
plist_src_path :
42
42
type : string
46
46
type : string
47
47
required : true
48
48
49
+ # quickstart_type:
50
+ # type: string
51
+
49
52
# A command to execute before testing.
50
53
#
51
54
# This is useful for additional set up, like starting an emulator or
You can’t perform that action at this time.
0 commit comments