Since Bitrise is KO, try to integrate instrumented tests into GitHub Actions. Unit tests and E2E tests are already integrated into GitHub Actions. - Unit tests workflow file reference: https://github.com/owncloud/android/blob/master/.github/workflows/android-unit-tests.yml - E2E tests workflow file reference: https://github.com/jesmrec/ownCloud-E2E-Android-Cucumber-Appium/blob/master/.github/workflows/e2e.yml ### TASKS - [x] Research (if needed) - [x] Create branch technical/integration_of_instrumented_tests - [x] Development tasks - [x] Create a yaml file for instrumented tests - [x] Check if the new workflow is working well in CI - [x] Code review and apply changes requested - [x] Design test plan - [x] QA - [x] Merge branch technical/integration_of_instrumented_tests