External Issue: [feature request] support github actions for mason packages

20090, "lucaferranti", "[feature request] support github actions for mason packages", "2022-06-28T06:37:12Z"

(continuing from this discussion on discourse)

I think it would be great to have some support for github actions integration with mason packages. Basically, I would like the CI to automatically run mason test whenever I push to a branch (or to a PR or similar). Some integration with codecov could also be nice, but not that critical.

To my understanding (but to be clear, I am no expert on the topic), supporting this would require to create an action that setups chapel and runs the tests, github has some docs about this, don't know how tricky to actually implement though :smiley: Brad also pointed out that there are already some actions for chapel, so it might be that the hard part is already there and "just" needs to be documented / polished for the end-user.