morganjwilliams / autopew

Automating sample targeting for geological microanalysis systems.
https://autopew.rtfd.io
Other
4 stars 3 forks source link

Convert CI to GitHub Actions #27

Closed morganjwilliams closed 3 years ago

morganjwilliams commented 3 years ago

The current testing and coverage analysis pipeline is implemented via Travis, but to avoid potential fees we should migrate it over to GitHub Actions. This should be almost as straightforward as copying across the relevant configuration from a currently set-up repo (see e.g. pyrolite workflows).

morganjwilliams commented 3 years ago

I've added a gh-actions based CI workflow for the tests and documentation; these are currently failing, but otherwise seem to work as expected.