Hi,
CircleCI integration on my Github repository was working fine but since I made a new pull request, I’m always getting the message “Waiting for status to be reported” on all pull requests and no build are run on Circle dashboard.
I tried the 3 steps @levlaz described here :
- I removed the webhook on Github (there was nothing in the “Integrations & Services” section);
- I unfollow/refollow the project on CircleCI. I even try to remove the project from CircleCI dashboard and rebuild it;
- I also tried to add the CircleCI “Service” on Github.
You can see on this 2 followings pull requests that we still have the “Waiting for status to be reported” message :
I think this problem appears after creating the pull request #824 which is about changing our test process by using a submodule.
Any idea ?