Skip to content

Commit

Permalink
Hide simplistic editor from Beta CI (#2589)
Browse files Browse the repository at this point in the history
Making CI work
  • Loading branch information
ericwindmill authored Feb 20, 2025
1 parent 6cf8189 commit 864153a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
4 changes: 3 additions & 1 deletion tool/flutter_ci_script_beta.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ declare -ar PROJECT_NAMES=(
"desktop_photo_search/fluent_ui"
"desktop_photo_search/material"
"dynamic_theme"
# TODO(ewindmill): package:html needs to be replaced by package:web
"experimental/federated_plugin/federated_plugin"
"experimental/federated_plugin/federated_plugin/example"
"experimental/federated_plugin/federated_plugin_macos"
Expand Down Expand Up @@ -58,7 +59,8 @@ declare -ar PROJECT_NAMES=(
"provider_shopper"
"simple_shader"
"simplistic_calculator"
"simplistic_editor"
# TODO(ewindmill): 'scribble' is deprecated and shouldn't be used. Use stylusHandwriting instead.
# "simplistic_editor"
"testing_app"
"veggieseasons"
"web_embedding/element_embedding_demo"
Expand Down
1 change: 1 addition & 0 deletions tool/flutter_ci_script_master.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ declare -ar PROJECT_NAMES=(
"desktop_photo_search/fluent_ui"
"desktop_photo_search/material"
"dynamic_theme"
# TODO(ewindmill): package:html needs to be replaced by package:web
"experimental/federated_plugin/federated_plugin"
"experimental/federated_plugin/federated_plugin/example"
"experimental/federated_plugin/federated_plugin_macos"
Expand Down

0 comments on commit 864153a

Please sign in to comment.