Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Test reports being attached to wrong workflow #224

Open
pshirshov opened this issue Jan 6, 2023 · 5 comments
Open

Test reports being attached to wrong workflow #224

pshirshov opened this issue Jan 6, 2023 · 5 comments

Comments

@pshirshov
Copy link

I have a repo with two workflows.

This workflow invoked the test reporter: https://github.com/zio/izumi-reflect/actions/runs/3857696050

Though the artifacts were attached to irrelevant workflow: https://github.com/zio/izumi-reflect/actions/runs/3857696046

Please fix.

@timcassell
Copy link

I have also noticed this. I have multiple workflows using test-reporter, and they all get attached to the same single workflow.

@flobernd
Copy link

flobernd commented Jan 7, 2023

https://github.com/dorny/test-reporter#github-limitations

Check Runs are created for specific commit SHA. It's not possible to specify under which workflow test report should belong if more workflows are running for the same SHA. Thanks to this GitHub "feature" it's possible your test report will appear in an unexpected place in GitHub UI. For more information, see #67.

@pshirshov
Copy link
Author

Eh, shite. I guess we should create an issue in gh tracker and mass-vote it.

@JWilh
Copy link

JWilh commented Feb 17, 2023

Eh, shite. I guess we should create an issue in gh tracker and mass-vote it.

@pshirshov Have you already created an issue for the gh tracker? 😀

@BenjaminYde
Copy link

BenjaminYde commented Sep 20, 2023

This is still an issue...
We invoked this behaviour in the following steps:

  • Run A (ok)
  • Run B (ok)
  • Run C (got cancelled)
  • Rub D (ok) --> test report is uploaded to Run B ??

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants