action-surefire-report
action-surefire-report copied to clipboard
"No test results found!" after some time or after new run?
In a run some 20 minutes ago I did see test results until maybe 10 minutes ago, but now there is only:
See: https://github.com/famod/quarkus/runs/2107048073?check_suite_focus=true
I am 100% sure there were all those nice annotations before and this also contradicts the output of the action:
Result: 5227 tests run, 12 skipped, 96 failed.
Posting status 'completed' with conclusion 'failure' to refs/heads/main (sha: ed8726ac023fddc086a873d10ed85f84ce4622f7)
Why have those results vanished? Is it because I worked on the workflow file (I also added a second invocation of the action for gradle) via amend, force push and triggered a new run manually?
PS: Thanks for this handy action!
To clarify: I've been using workflow_dispatch
(manual start) for all the runs so far.
Ah, is it because the first commit has basically been replaced?
Hi I'm not sure exactly what might have happened. Is the action working well for normal flows? PRs / pushes?
It's not in use for pushes or PRs in Quarkus yet, but I have it on my todo list. 😉 Only cron and manual for now.