amahi / android

Amahi Android App
GNU General Public License v3.0
164 stars 279 forks source link

Addition of github actions #718

Closed chirag-jn closed 3 years ago

chirag-jn commented 3 years ago

Fixes #717 I have been able to run assembleDebug on github actions but due to some issue of virtual device, I am not able to run assembleDebugAndroidTest on github actions. Nevertheless, in this PR, I am running assembleDebug on github actions and assembleDebugAndroidTest on Travis which reduces the time it takes to run the tests. In future, we can move assembleDebugAndroidTest to github actions too and completely remove the dependency on Travis.

chirag-jn commented 3 years ago

Github Actions will be triggered in builds only after its present in the repository tree. Hence, it won't be triggered on this PR but will happen in future PRs.