FormidableLabs / react-fast-compare

fastest deep equal comparison for React
MIT License
1.59k stars 54 forks source link

Infra: Switch to GitHub Actions #93

Closed ryan-roemer closed 3 years ago

ryan-roemer commented 3 years ago
kitten commented 3 years ago

@ryan-roemer I've just taken a quick look at what needs to be replaced from Travis, and while it's not super complicated, are the tests in this repo (e.g. the in-browser karma tests) potentially a little overkill? I mean, the highest risk is always "does it work in IE11" and it's not like we'd want to add that to CI necessarily 😅 Maybe we can remove some of the Chrome+Karma tests from CI?

ryan-roemer commented 3 years ago

I'm just looking for an easy step 1 of "switch to GH actions" and then maybe ticket out future work. As long as the existing tests work, I don't think we need to change anything immediately for stuff.