adlnet / Moodle-mod_cmi5launch

A Moodle plugin which allows teachers to upload cmi5 packaged lessons within a Moodle Course Activity and then assign the activity to students
Apache License 2.0
5 stars 4 forks source link

consider adding github actions support - it's free and very useful. #33

Open danmarsden opened 5 months ago

danmarsden commented 5 months ago

Some of the tests run by the Moodle.org plugins db can be run via github actions on each commit in your github repo. Enabling this helps you to make sure future changes to your plugin will continue to follow the guidelines.

the short version - grab this file: https://github.com/moodlehq/moodle-plugin-ci/blob/master/gha.dist.yml rename it as ci.yml and put into the directory .github/workflows within tyour project eg: https://github.com/danmarsden/moodle-mod_attendance/blob/MOODLE_311_STABLE/.github/workflows/ci.yml

then on every commit you make to github it will fire off a request to run the tests and will give you traffic lights beside each commit and generate a report.

ADLMeganBohland commented 4 months ago

Thanks Dan, this is definitely a very interesting tool! I installed it and am working on getting it to run correctly, right now it says it has no triggers in "on".

ADLMeganBohland commented 4 months ago

@danmarsden Hey Dan, Is there anything else I need to do for the plugin? If it's just a waiting game that's fine, but want to make sure there are no blockers. Thank you!!!

danmarsden commented 4 months ago

just a waiting game sorry... the number of volunteers actively reviewing plugins is very small, and there's still a bit of a backlog but we're slowly clearing the longest waiting ones....