ci-reporter icon indicating copy to clipboard operation
ci-reporter copied to clipboard

Does it work with GitHub Actions?

Open zeke opened this issue 5 years ago • 2 comments

Hi @JasonEtco! 👋

I see this in the README:

ci-reporter currently supports TravisCI and CircleCI.

I'm working on a project that is now using GitHub Actions to run its Jest test suite. Think this app will work for it?

cc @sarahs

zeke avatar Apr 01 '19 17:04 zeke

Maybe! I've done a proof-of-concept for getting Check Suite data about Actions with action-badges, so there's definitely a possibility. Where it does get complicated is that GitHub Actions creates multiple Check Suites for each workflow, with no distinction between them for what the workflow is. This is a limitation of the Checks primitive.

So short answer, we could add it as a provider, but for repos with multiple workflows like (test and release), that's currently not doable. Here are some more deets: https://github.com/JasonEtco/action-badges/issues/4

JasonEtco avatar Apr 01 '19 17:04 JasonEtco

Any updates?

Milo123459 avatar Jul 15 '22 14:07 Milo123459