GitHub Actions for Android part 2

Tutorial to Build and run Unit tests using GitHub Actions as CI. To learn more about GitHub Actions, read the Github documentation.

  1. Build app APK.
  2. Run unit tests.

The CI process is going to be managed by a yaml file. Step one create a new yaml file in your project root and push to GitHub, for file location example .github/workflows/android-master.yml.

--

--

software engineer, read, swim, travel. apps: https://goo.gl/rDuuQw https://goo.gl/15GvfE

Get the Medium app

A button that says 'Download on the App Store', and if clicked it will lead you to the iOS App store
A button that says 'Get it on, Google Play', and if clicked it will lead you to the Google Play store