Describe the issue
Github actions is a new way of managing of performing CI/CD and is way faster than Travis since it doesn't have to necessarily download the whole SDK on every build, hence the verification time is much lesser.
Currently travis runs in two stages
assembleDebug
assembleDebugAndroidTest
We can move both of these tests to Github actions which can provide much faster feedback and since it's free for public repositories, there's no limit to the number of concurrent jobs which is the case with free version of Travis.
Describe the issue Github actions is a new way of managing of performing CI/CD and is way faster than Travis since it doesn't have to necessarily download the whole SDK on every build, hence the verification time is much lesser.
Currently travis runs in two stages
We can move both of these tests to Github actions which can provide much faster feedback and since it's free for public repositories, there's no limit to the number of concurrent jobs which is the case with free version of Travis.