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 · 1 comment
Open

Ability to disable showDebugInfo #84

skillcoder opened this issue Jul 29, 2024 · 1 comment

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
@jcelerier
Copy link

same, my logs are completely obfuscated by this - it makes my browser crash every time

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