From b236e873fe67d9b775e9c304d6363a1e19bd8296 Mon Sep 17 00:00:00 2001 From: Brett Morgan Date: Fri, 22 Aug 2025 12:49:43 +1000 Subject: [PATCH] Re-enable `adaptive_app` on `main` CI --- flutter_ci_script_main.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/flutter_ci_script_main.sh b/flutter_ci_script_main.sh index b52d735fd2..9f444e55bb 100755 --- a/flutter_ci_script_main.sh +++ b/flutter_ci_script_main.sh @@ -6,8 +6,7 @@ DIR="${BASH_SOURCE%/*}" source "$DIR/flutter_ci_script_shared.sh" declare -a CODELABS=( - # TODO(DomesticMouse): Enable once https://github.com/flutter/flutter/issues/173904 is fixed - # "adaptive_app" + "adaptive_app" "animated-responsive-layout" "animations" "audio_soloud"