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

Schedule workflow not showing the report #21

Open
jasf87 opened this issue Aug 17, 2021 · 5 comments
Open

Schedule workflow not showing the report #21

jasf87 opened this issue Aug 17, 2021 · 5 comments
Assignees

Comments

@jasf87
Copy link

jasf87 commented Aug 17, 2021

Current Behavior

There is no error. Everything happens as it was OK. But then, the Cucumber Report is not shown as it would when triggering the workflow with a commit. My workflow triggers are:
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
schedule:

  • cron: "0 0 * * *"
@deblockt
Copy link
Owner

I for now this action has only be tested using pull request.
We need to add this new feature to be able to get the report when it is run with a cron.

I can't do that at the moment because I'm going on holiday.
I'll look into it when I get home in October

@deblockt deblockt self-assigned this Nov 11, 2021
@deblockt
Copy link
Owner

I think that the action have the same issue with the workflow_dispatch mode, see this test: https://github.com/deblockt/cucumber-report-annotations-action/actions/runs/1447770849

@deblockt
Copy link
Owner

In fact, reports are published on the last commit of the branch. For exemple when the job https://github.com/deblockt/cucumber-report-annotations-action/actions/runs/1447770849 has been run, check has been published on the last master commit

@deblockt
Copy link
Owner

In fact this is a known limitation of github check api...
https://github.community/t/specify-check-suite-when-creating-a-checkrun/118380

I think that there are no solution for now :s

@mchenryc
Copy link
Contributor

mchenryc commented Jun 3, 2022

Looks like there is now a GH community discussion for this issue as well. I can't say if discussion upvotes are more useful than forum upvotes, but... maybe?

community/community#14891

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

3 participants