Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 692 Bytes

GitHubActions.md

File metadata and controls

11 lines (6 loc) · 692 Bytes

GitHub Actions

This project has GitHub Actions workflows to validate our code for us automatically. The project currently uses two workflows.

Android Build

The Android Build workflow automates the core checks for the repository: compile, unit tests, lint checks. This is set to run on every push.

Android UI Tests

The Android UI Tests is a separate workflow that is set to only run on pull request. This is because UI tests are slow and take up a lot of resources, so we only want to validate them when we're ready to merge changes into our base branch.