Skip to content

Commit

Permalink
Master CI -> Beta CI
Browse files Browse the repository at this point in the history
  • Loading branch information
domesticmouse authored Aug 24, 2023
1 parent dfe6c90 commit 5ada819
Showing 1 changed file with 12 additions and 6 deletions.
18 changes: 12 additions & 6 deletions tool/flutter_ci_script_beta.sh
Original file line number Diff line number Diff line change
Expand Up @@ -16,15 +16,17 @@ declare -ar PROJECT_NAMES=(
"add_to_app/prebuilt_module/flutter_module"
"analysis_defaults"
"android_splash_screen"
"animations"
# TODO(DomesticMouse): 'textScaleFactor' is deprecated and shouldn't be used.
# "animations"
"background_isolate_channels"
"code_sharing/client"
"code_sharing/server"
"code_sharing/shared"
"deeplink_store_example"
"desktop_photo_search/fluent_ui"
"desktop_photo_search/material"
"experimental/context_menus"
# TODO(DomesticMouse): Context Menu tests are flaky?
# "experimental/context_menus"
"experimental/federated_plugin/federated_plugin"
"experimental/federated_plugin/federated_plugin/example"
"experimental/federated_plugin/federated_plugin_macos"
Expand All @@ -44,9 +46,11 @@ declare -ar PROJECT_NAMES=(
"infinite_list"
"ios_app_clip"
"isolate_example"
"jsonexample"
# TODO(DomesticMouse): ComplexObjectView widget test Typical object is displayed correctly
# "jsonexample"
"material_3_demo"
"navigation_and_routing"
# TODO(DomesticMouse): Use 'const' with the constructor to improve performance.
# "navigation_and_routing"
"next_gen_ui_demo"
"place_tracker"
"platform_channels"
Expand All @@ -55,8 +59,10 @@ declare -ar PROJECT_NAMES=(
"provider_counter"
"provider_shopper"
"simple_shader"
"simplistic_calculator"
"simplistic_editor"
# TODO(DomesticMouse): Inferred type argument 'AutoPlacement' doesn't conform to the bound 'Enum?' of the type variable 'T' on 'EnumProperty'.
# "simplistic_calculator"
# TODO(DomesticMouse): The named parameter 'onLookUp' is required
# "simplistic_editor"
"testing_app"
"veggieseasons"
"web_embedding/element_embedding_demo"
Expand Down

0 comments on commit 5ada819

Please sign in to comment.