action-surefire-report icon indicating copy to clipboard operation
action-surefire-report copied to clipboard

Not always publish report

Open blackdevil22 opened this issue 3 years ago • 6 comments

When creating a report, it is not always available in the GIU github. Where could the problem be?

image

but in GUI:

image

Step publish is only send notification to teams.

blackdevil22 avatar Aug 24 '21 08:08 blackdevil22

In the log I see the action is posting status 'completed' to 'refs/heads/master'. This means it's running on master branch. Check the 'Actions' tab in the repository menu to see all workflows which run on the master branch.

jmisur avatar Aug 27 '21 07:08 jmisur

not working, pls check: branch: image

code in cronjob (github action): image

In Github action:

image image

This same code in manual action is working: image

LOG cronjob: image and only: image

LOG manual: image

image

Where is the problem?

blackdevil22 avatar Sep 09 '21 07:09 blackdevil22

Hello, I have noticed that those reports are not showing during scheduled execution. Is it working like that by design or am I missing something? Any response would be much appreciated

mjanikula avatar Nov 18 '21 09:11 mjanikula

This action is generic, I don't know why wouldn't it show on scheduled execution.

jmisur avatar Nov 26 '21 14:11 jmisur

I have the same issue the report is run but when there is another job behind the test report it doesn't work

JensDeLeersnyder avatar Nov 20 '22 11:11 JensDeLeersnyder

I have a similar problem with cron jobs. It seems, that the reports are being published on the first workflow run for a respective commit. What I mean by this - if I push to master, it runs the workflows and puts the report in that workflow. Then, as the commit is the same after push to master, the cron job runs and puts the report to the first workflow run. Any subsequent workflow runs, that happened for the same commit, gets put there too. I've found this: image on the merge to master run. It should only have two reports: SYST IT report and TEST IT report, but as you can see, all of the reports are just piled here.

Vainiusst avatar Feb 07 '24 07:02 Vainiusst