PolymerElements / paper-toast

A Material Design popup toast
53 stars 29 forks source link

Use GitHub Actions instead of Travis. #121

Closed bicknellr closed 3 years ago

bicknellr commented 3 years ago

This PR runs the tests on GitHub Actions instead of Travis as well as using an inline list of browsers for Sauce, rather than the default set, because OS X 10.11 + Safari 11 seems to be broken on sauce. Also, I updated the code owners since Keanu is no longer on the team.

bicknellr commented 3 years ago

For reference, despite the Safari 11 tests failing due to invalid WebDriver commands, this doesn't seem to be a problem with WCT specifically: https://github.com/webcomponents/polyfills/pull/413 Maybe Polymer CLI's version of sauce connect is too old?