Unverified Commit a9fcfd11 authored by stuartmorgan's avatar stuartmorgan Committed by GitHub

Update the call to analyze the plugins repo (#87121)

parent ea1182ef
027db9039c0364cc75273480602d70b58df68a53 758c55e42064875ddfc6a89373af07db26c7b733
...@@ -1145,6 +1145,7 @@ Future<void> _runFlutterPluginsTests() async { ...@@ -1145,6 +1145,7 @@ Future<void> _runFlutterPluginsTests() async {
'./script/tool_runner.sh', './script/tool_runner.sh',
<String>[ <String>[
'analyze', 'analyze',
'--custom-analysis=script/configs/custom_analysis.yaml',
], ],
workingDirectory: checkout.path, workingDirectory: checkout.path,
environment: <String, String>{ environment: <String, String>{
......
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