1
0
mirror of https://github.com/flutter/samples.git synced 2025-11-08 13:58:47 +00:00

Hide simplistic editor from Beta CI (#2589)

Making CI work
This commit is contained in:
Eric Windmill
2025-02-20 17:42:37 -05:00
committed by GitHub
parent 6cf81895d1
commit 864153a3ef
2 changed files with 4 additions and 1 deletions

View File

@@ -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"
@@ -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"

View File

@@ -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"