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

Elide platform_channels, platform_design & testing_app from Beta CI (#1129)

This commit is contained in:
Brett Morgan
2022-04-26 09:26:52 +10:00
committed by GitHub
parent 1d461cd9e6
commit 13ae9ff013

View File

@@ -32,12 +32,15 @@ declare -ar PROJECT_NAMES=(
"null_safety/null_safe_app" "null_safety/null_safe_app"
"null_safety/null_unsafe_app" "null_safety/null_unsafe_app"
"place_tracker" "place_tracker"
"platform_channels" # TODO(domesticmouse): Re-enable once Dart 2.17 is stable
"platform_design" # "platform_channels"
# TODO(domesticmouse): Re-enable once Dart 2.17 is stable
# "platform_design"
"platform_view_swift" "platform_view_swift"
"provider_counter" "provider_counter"
"provider_shopper" "provider_shopper"
"testing_app" # TODO(domesticmouse): Re-enable once Dart 2.17 is stable
# "testing_app"
"veggieseasons" "veggieseasons"
) )