[ci] Run same script to analyze plugins as flutter/plugins. (#79008)
This commit is contained in:
parent
dbf7fab0a9
commit
40ed6a6ddb
@ -840,23 +840,14 @@ Future<void> _runFlutterPluginsTests() async {
|
|||||||
workingDirectory: checkout.path,
|
workingDirectory: checkout.path,
|
||||||
);
|
);
|
||||||
await runCommand(
|
await runCommand(
|
||||||
pub,
|
'./script/incremental_build.sh',
|
||||||
<String>[
|
<String>[
|
||||||
'global',
|
|
||||||
'activate',
|
|
||||||
'flutter_plugin_tools',
|
|
||||||
],
|
|
||||||
workingDirectory: checkout.path,
|
|
||||||
);
|
|
||||||
await runCommand(
|
|
||||||
pub,
|
|
||||||
<String>[
|
|
||||||
'global',
|
|
||||||
'run',
|
|
||||||
'flutter_plugin_tools',
|
|
||||||
'analyze',
|
'analyze',
|
||||||
],
|
],
|
||||||
workingDirectory: checkout.path,
|
workingDirectory: checkout.path,
|
||||||
|
environment: <String, String>{
|
||||||
|
'BRANCH_NAME': 'master',
|
||||||
|
},
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
await selectSubshard(<String, ShardRunner>{
|
await selectSubshard(<String, ShardRunner>{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user