nus-cs2113-AY1920S2 / forum

4 stars 0 forks source link

Java CI check keeps getting cancelled #109

Closed GanapathySanathBalaji closed 4 years ago

GanapathySanathBalaji commented 4 years ago

Hi Prof,

image

Our Java CI check keeps getting cancelled. What might the issue be? Our group retagged v2.1 because we had to make changes after we released.

damithc commented 4 years ago

Could be a github problem. Try pushing a dummy commit.

GanapathySanathBalaji commented 4 years ago

Thanks Prof, Will try

GanapathySanathBalaji commented 4 years ago

When I created a new PR, the CI doesn't run and it's stuck at the starting state.

image

GanapathySanathBalaji commented 4 years ago

Hi Prof, It ended up failing again.

image

damithc commented 4 years ago

Rather than create a PR, push a dummy commit directly to the master branch.

damithc commented 4 years ago

If it is a GitHub problem, more teams will start failing soon. And it could take a while to rectify. Anyway, your last commit is just a docs update and the commit before that passed. So, not a big issue, unless you plan to push more code before the deadline.

GanapathySanathBalaji commented 4 years ago

Pushing a dummy commit didn't resolve the issue. But thanks a lot Prof, we weren't planning to push any more code.

The mysterious thing is that the code seems to still pass CI on the PR created at the nus-cs2113-AY1920S2 branch.

image

jinfayap commented 4 years ago

Github status for workflow actions is up now.

GanapathySanathBalaji commented 4 years ago

Thanks for the update. Our code passes Java CI now.