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

Why sometime there's no jest report in action?

Open abcfy2 opened this issue 2 years ago • 2 comments

Like this one: image

In fact the junit.xml exists, but there is no jest junit report in action.

This is the expected:

image

abcfy2 avatar Sep 01 '21 10:09 abcfy2

Hi @abcfy2. It might be that the action isn’t able to find the report file. Although it should still create an empty job report instead of failing silently.

Do you have this problem on a public repo or is it something confidential?

IgnusG avatar Sep 04 '21 10:09 IgnusG

I have no public repo. But it seems only the first build for specified branch could work.

For example. First build of branch main could see jest report, but when I triggered much more times, it cannot work.

But when I checkout a new branch dev, also only the first build could see the report.

You can find the action configure in the screenshot.

abcfy2 avatar Sep 04 '21 15:09 abcfy2