-
Notifications
You must be signed in to change notification settings - Fork 15
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
Strategy Matrix: Reports are overwritten #18
Comments
Sorry for the late reply. Should be doable. I will check this and get back to you. |
So if i understood correctly the report itself is already separate as it's run on different runner but the problem is that when it comments the results it will overwrite the report that the first finished runner did output. Also if it's possible would like to see full example workflow how you are running it currently just to get an idea and have some base to test on :) |
Yes. |
I will elaborate a bit more on what I had in mind. Would be nice:
A workaround:
|
@joonvena I had an idea. Maybe it could be implemented along the way of https://github.com/marketplace/actions/add-pr-comment . The consumer can set a unique |
When dispatching jobs to different runners using a strategy matrix:
The comments of the
github-bot
are overwritten by the two runners (Can be recovered by looking at the history of the comment).Is there a way to have a separate report per runner (but also not overwrite comments for repeated action-runs)?
The text was updated successfully, but these errors were encountered: