robotframework-lsp icon indicating copy to clipboard operation
robotframework-lsp copied to clipboard

GH Actions workflow tests-robotframework-lsp.yml should always archive the test results

Open otemek opened this issue 1 year ago • 1 comments

Is your feature request related to a problem? Please describe. For now, test outputs are only archived when all the previous steps are executed correctly. It would be more concise if such execution results were archived regardless of the test results. Right now if there are any errors in the workflow I have to go through the errors in the browser github actions tab/ step window and wait until all of the lines load (sometimes it takes so long) because e.g. ~40k log lines to load :)

Describe the solution you'd like Run this step always. No matter what test results would be

Describe alternatives you've considered Wait until all the log lines from the execution will load in a browser.

otemek avatar Feb 11 '24 13:02 otemek

Agreed, would you like to do a PR? (see: https://github.com/robocorp/robotframework-lsp/issues/1051)

fabioz avatar Mar 05 '24 10:03 fabioz