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

Step summary fails due to large test output #10

Open
torkelrogstad opened this issue Feb 20, 2024 · 4 comments
Open

Step summary fails due to large test output #10

torkelrogstad opened this issue Feb 20, 2024 · 4 comments

Comments

@torkelrogstad
Copy link
Contributor

torkelrogstad commented Feb 20, 2024

I tried adding go-test-action to my closed-source project, and am running into issues with the test output being too large. Is this because all test output is included? In my case I'd only be interested in including output for failed tests. Is that possible to accomplish, somehow?

@robherley
Copy link
Owner

Have you tried the omitUntestedPackages input?

@torkelrogstad
Copy link
Contributor Author

Yes. That doesn't solve the issue. My issue is that my succeeding tests generate a lot of output, which causes the upload to fail. I'm only interested in the output from my failed tests.

@torkelrogstad
Copy link
Contributor Author

Something along these lines?

#12

@robherley
Copy link
Owner

@torkelrogstad Sorry for the delay, but I've merged your PR and I've also added some additional options for the new omit parameter. Hopefully that should let you filter down your output further 👍

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