geoscixyz / geosci-labs

collection of notebook-apps for concepts in applied geophysics
https://geosci.xyz
MIT License
50 stars 35 forks source link

getting testing back up and running #30

Closed lheagy closed 3 years ago

lheagy commented 3 years ago

We can no longer rely on TravisCI for testing, so we should look at getting testing up and running elsewhere. What do folks think of using github actions for this (cc @jcapriot)?

thast commented 3 years ago

Is that different than the azure pipelines we use for SimPEG?

lheagy commented 3 years ago

It is different than azure pipelines that we use for SimPEG. My impression is that it is a bit more lightweight than azure pipelines. Since the testing / testing matrix we set up here is pretty simple, I think it might be a good solution. SimPEG has a bit more of a complex testing setup, so azure seems fitting there.