Skip to content

Commit c9d7d1e

Browse files
committed
leg flag
1 parent 609152f commit c9d7d1e

File tree

2 files changed

+6
-2
lines changed

2 files changed

+6
-2
lines changed

.github/workflows/abtesting.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ jobs:
4343
uses: ./.github/workflows/common_quickstart.yml
4444
with:
4545
product: ABTesting
46+
is_legacy: true
4647
setup_command: scripts/setup_quickstart.sh abtesting
4748
plist_src_path: scripts/gha-encrypted/qs-database.plist.gpg
4849
plist_dst_path: quickstart-ios/database/GoogleService-Info.plist

.github/workflows/common_quickstart.yml

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,10 +33,10 @@ on:
3333
type: string
3434
required: true
3535

36+
# TODO: What does this mean?
3637
is_legacy:
3738
type: boolean
38-
required: false
39-
default: false
39+
required: true
4040

4141
plist_src_path:
4242
type: string
@@ -46,6 +46,9 @@ on:
4646
type: string
4747
required: true
4848

49+
# quickstart_type:
50+
# type: string
51+
4952
# A command to execute before testing.
5053
#
5154
# This is useful for additional set up, like starting an emulator or

0 commit comments

Comments
 (0)