perl-workflow / perl-workflow

Workflow - simple, flexible system to implement workflows/state machines

Home Page:https://jonasbn.github.io/perl-workflow/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Migrate from TravisCI to GH Actions

jonasbn opened this issue · comments

TravisCI does no longer provided the same CI service as they used to as open source projects are tested with lower priority.

The alternative of GitHub Actions is more promising and since Workflow is using Dist::Zilla this can easy be incorporated using: GitHub Action Dist::Zilla.

Continued use of Coveralls would be a plus, it seems as if Coveralls is also supporting for GitHub Actions, ref: https://github.com/marketplace/coveralls/plan/MDIyOk1hcmtldHBsYWNlTGlzdGluZ1BsYW4zMDA=

GitHub action for CI now enabled in this branch, so TravisCI could be removed, I would however like to have coveralls enabled also