robocorp / robotframework-lsp

Robocorp extensions for VS Code: Robocorp Code and RFW LSP
https://robocorp.com/docs/developer-tools/visual-studio-code
Apache License 2.0
204 stars 93 forks source link

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

Open otemek opened 7 months ago

otemek commented 7 months ago

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.

fabioz commented 7 months ago

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