jimav / ODF-lpOD_Helper

Fix and enhance ODF::lpOD; Unicode, search & replace of segmented text, high-level styled content specifications etc.
Other
0 stars 1 forks source link

Add GitHub Actions for CI #2

Open szabgab opened 1 year ago

szabgab commented 1 year ago

I am using the CPAN Digger to locate recently release modules that don't have a CI system. As I can see non of your modules have a CI setup.

This project too could benefit from setting up a CI system to run the tests on every push and every pull-requests. I've written about this here.

If you are interested I'd be happy to send you PR to this and to your other CPAN modules.

jimav commented 6 months ago

Hi, Could you summarize what this "CI" setup would provide beyond the current system where CPAN smokers email test results?

szabgab commented 6 months ago

The main thing is that it can run the tests on every push, long before the release.

It can also have a lot more "involved" environment (e.g. a database set up) something the CPAN testers generally don't have. I am not sure if this is relevant to any of you modules, though.