From 40ed6a6ddb49f4c7edd89f17029af9d22e9ed852 Mon Sep 17 00:00:00 2001 From: David Iglesias Date: Wed, 24 Mar 2021 18:04:04 -0700 Subject: [PATCH] [ci] Run same script to analyze plugins as flutter/plugins. (#79008) --- dev/bots/test.dart | 17 ++++------------- 1 file changed, 4 insertions(+), 13 deletions(-) diff --git a/dev/bots/test.dart b/dev/bots/test.dart index 165d78dc7d..9dc80db061 100644 --- a/dev/bots/test.dart +++ b/dev/bots/test.dart @@ -840,23 +840,14 @@ Future _runFlutterPluginsTests() async { workingDirectory: checkout.path, ); await runCommand( - pub, + './script/incremental_build.sh', [ - 'global', - 'activate', - 'flutter_plugin_tools', - ], - workingDirectory: checkout.path, - ); - await runCommand( - pub, - [ - 'global', - 'run', - 'flutter_plugin_tools', 'analyze', ], workingDirectory: checkout.path, + environment: { + 'BRANCH_NAME': 'master', + }, ); } await selectSubshard({