test: migrate Compose UI tests from androidTest to commonTest (#5091)

This commit is contained in:
James Rich 2026-04-12 15:20:00 -05:00 committed by GitHub
parent 4156acf297
commit a11dee42a7
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
27 changed files with 296 additions and 597 deletions

View file

@ -18,8 +18,6 @@ jobs:
with:
run_lint: true
run_unit_tests: true
run_instrumented_tests: true
api_levels: '[26, 35]' # Comprehensive testing for Merge Queue
upload_artifacts: false
secrets: inherit