-
-
Notifications
You must be signed in to change notification settings - Fork 68
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
Add job summary that can be used when running action as a workflow dispatch #372
Conversation
@kishikawakatsumi Any feedback on this PR is appreciated! |
f688369
to
5bb51bd
Compare
@JohNan Thanks, the idea of outputting the Job Summary seems very good. I don't have time to check the behavior for a while, but will do so as soon as possible. |
Thank you @kishikawakatsumi Could it be some kind of permission problem since it's a pull request originating from a different repo? |
Had any time looking at the PR? :) |
I'm looking into it now. Merging soon. Sorry for the late. |
Supersedes #454 |
Released in |
Thanks! You took a different approach but Im gonna try it out. I do miss the stats output though. But maybe that can be added separately? It is great when you have consecutive action that for example posts the result to Slack or something similiar. |
I see. It seems like a good idea to have a mechanism to output information that can be used by subsequent actions. |
When using this action in a workflow dispatch, such as a cron job, it can't create a "check". So to be bale to get a test summary I have added the test report to be output as job summary instead. This behaviour can be toggled using two new options.
I also added output form the job with som stats on number of tests, failed and passed.