google / mobly

E2E test framework for tests with complex environment requirements.
https://github.com/google/mobly
Apache License 2.0
628 stars 175 forks source link

Use "GitHub actions" to run CI tests for google/mobly #736

Closed eric100lin closed 3 years ago

eric100lin commented 3 years ago

Because Travis CI seems down and we can't get CI signal for google/mobly.
We want to replace the "Travis CI" with "GitHub actions". It not only can cover Linux but also Windows and MacOS with simple config files. This PR add "GitHub actions" and delete "Travis CI" in the next PR.

The sample run results can be found at:
https://github.com/eric100lin/mobly/runs/2436275239


This change is Reviewable

xpconanfan commented 3 years ago

Let's also remove Travid CI configs in a separate PR