metanorma / suma

Management utility for SUMA (STEP Unified Model-Based Standards Architecture)
0 stars 0 forks source link

Fix rake tests failing at Rubocop #14

Open opoudjis opened 1 week ago

opoudjis commented 1 week ago

The latest release appears to have been blocked... by Rubocop?!

https://github.com/metanorma/suma/actions/runs/11416570060/job/31767923280

ronaldtse commented 1 week ago

You've mistaken. The action you quoted is for testing, not release.

CAMOBAP commented 1 week ago

@ronaldtse release is blocked because rake has failed

@opoudjis If a release is needed ASAP, you can always run the release flow manually and it will try to push the current version

I am working on fixing Robocop and adding some base unit tests

opoudjis commented 1 week ago

I did do a manual release, and so did Ronald before that.

The problem here is that the people who implemented this gem, who are not me, did not bother to write any rake tests.