sighmon / mjml-rails

MJML + ERb/Haml/Slim view template
https://mjml.io
Other
295 stars 64 forks source link

Switch to GitHub workflow ci #73

Closed doits closed 3 years ago

doits commented 3 years ago

Makes tests run here on github against Rails 5.2 and 6.0 when MJML is installed with yarn or npm, on ruby 2.5, 2.6 and 2.7.

Additionally Rails 6.0 is used by default locally when developing MJML-Rails.

See https://github.com/doits/mjml-rails/actions/runs/387360608 for how it looks like.

doits commented 3 years ago

Oopsy I forgot that the tests run on travis 🤦 ... I didn't see any signs of it, so I assumed there was no CI yet, even though I set it up once ;-)

So maybe it makes sense to switch to github actions now that it is better integrated? This PR will do it then.

sighmon commented 3 years ago

@doits That's great, thanks.