Unverified Commit 40ed6a6d authored by David Iglesias's avatar David Iglesias Committed by GitHub

[ci] Run same script to analyze plugins as flutter/plugins. (#79008)

parent dbf7fab0
......@@ -840,23 +840,14 @@ Future<void> _runFlutterPluginsTests() async {
workingDirectory: checkout.path,
);
await runCommand(
pub,
<String>[
'global',
'activate',
'flutter_plugin_tools',
],
workingDirectory: checkout.path,
);
await runCommand(
pub,
'./script/incremental_build.sh',
<String>[
'global',
'run',
'flutter_plugin_tools',
'analyze',
],
workingDirectory: checkout.path,
environment: <String, String>{
'BRANCH_NAME': 'master',
},
);
}
await selectSubshard(<String, ShardRunner>{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment