Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrto21 committed Sep 14, 2021
1 parent 500c54e commit ad0005a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tools/commands/analyze_plugins.py
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,7 @@ def parse_args(args):


def _run_analyze_plugins(plugin_dir):
subprocess.run('flutter pub get', shell=True, cwd=plugin_dir)
completed_process = subprocess.run('flutter analyze', shell=True, cwd=plugin_dir)
completed_process = subprocess.run('flutter analyze --pub', shell=True, cwd=plugin_dir)
if completed_process.returncode == 0:
return True
else:
Expand Down

0 comments on commit ad0005a

Please sign in to comment.