Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Quiet output? #130

Closed
blopker opened this issue Jan 24, 2022 · 3 comments
Closed

Quiet output? #130

blopker opened this issue Jan 24, 2022 · 3 comments

Comments

@blopker
Copy link

blopker commented Jan 24, 2022

Hey! First off, thanks for making this. Works really well.

One thing I noticed is that the build logs can get pretty long as every time flutter is unzipped (on the Mac runners) every file is listed out.

I was wondering if the unzip call could be modified to add the -q to quiet the output a bit? My guess is that the action would also run faster as printing output can be expensive.

So,

    unzip -o "$archive_local" -d "$HOME"

to

    unzip -q -o "$archive_local" -d "$HOME"

Thanks!

subosito added a commit that referenced this issue Jan 24, 2022
@blopker
Copy link
Author

blopker commented Jan 24, 2022

Nice! Thanks.

@subosito
Copy link
Owner

You're welcome @blopker, thanks for the suggestion 👍

@blopker
Copy link
Author

blopker commented Jan 25, 2022

Great, I wanted to follow up and say this action went from 53 to 39 seconds on my macos builds.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants