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

This commit is contained in:
David Iglesias 2021-03-24 18:04:04 -07:00 committed by GitHub
parent dbf7fab0a9
commit 40ed6a6ddb
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -840,23 +840,14 @@ Future<void> _runFlutterPluginsTests() async {
workingDirectory: checkout.path,
);
await runCommand(
pub,
'./script/incremental_build.sh',
<String>[
'global',
'activate',
'flutter_plugin_tools',
],
workingDirectory: checkout.path,
);
await runCommand(
pub,
<String>[
'global',
'run',
'flutter_plugin_tools',
'analyze',
],
workingDirectory: checkout.path,
environment: <String, String>{
'BRANCH_NAME': 'master',
},
);
}
await selectSubshard(<String, ShardRunner>{