action-surefire-report
action-surefire-report copied to clipboard
Not always publish report
When creating a report, it is not always available in the GIU github. Where could the problem be?
but in GUI:
Step publish is only send notification to teams.
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.
not working, pls check:
branch:
code in cronjob (github action):
In Github action:
This same code in manual action is working:
LOG cronjob:
and only:
LOG manual:
Where is the problem?
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
This action is generic, I don't know why wouldn't it show on scheduled execution.
I have the same issue the report is run but when there is another job behind the test report it doesn't work
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:
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.