You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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 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 👍
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?The text was updated successfully, but these errors were encountered: