Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Try to fix tv emulator #29

Merged
merged 1 commit into from
Sep 17, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 5 additions & 1 deletion .github/workflows/push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,15 +21,19 @@ jobs:
strategy:
fail-fast: false
matrix:
arch: [x86_64]
arch: [x86_64, x86]
target: [ google_apis, android-tv ]
api-level: [34]
profile: [pixel_6, tv_1080p]
exclude:
- target: google_apis
arch: x86_64
profile: tv_1080p
- target: android-tv
profile: pixel_6
- arch: x86
profile: pixel_6

steps:
- name: checkout
uses: actions/checkout@v4
Expand Down
4 changes: 1 addition & 3 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
# Carioca

An extensible testing library for Android with flexible reporting capabilities


A collection of testing tools for Android and Kotlin that include flexible reporting capabilities

## License

Expand Down
Loading