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

"No test results found!" after some time or after new run?

Open famod opened this issue 3 years ago • 4 comments

In a run some 20 minutes ago I did see test results until maybe 10 minutes ago, but now there is only: grafik

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!

famod avatar Mar 14 '21 16:03 famod

To clarify: I've been using workflow_dispatch (manual start) for all the runs so far.

famod avatar Mar 14 '21 16:03 famod

Ah, is it because the first commit has basically been replaced?

famod avatar Mar 14 '21 16:03 famod

Hi I'm not sure exactly what might have happened. Is the action working well for normal flows? PRs / pushes?

jmisur avatar Mar 23 '21 21:03 jmisur

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.

famod avatar Mar 23 '21 21:03 famod