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

Ability to disable showDebugInfo #84

Open
skillcoder opened this issue Jul 29, 2024 · 0 comments
Open

Ability to disable showDebugInfo #84

skillcoder opened this issue Jul 29, 2024 · 0 comments

Comments

@skillcoder
Copy link

skillcoder commented Jul 29, 2024

In my case this showDebugInfo make test problem investigation almost impossible, because tree command produce half of million logs rows.
Could you please add a flag/option to disable this feature by condition:

await shell("bash run.sh showDebugInfo");

for example same way as you did it for copyback, like

    let noDebug = core.getInput("noDebug");
    if(noDebug !== "true") {
      await shell("bash run.sh showDebugInfo");
    }

Or at least ability to disable / limit tree output, for example like:

tree . | head -n 1000
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

1 participant