Skip to content

Commit

Permalink
Include popular android tv sdk versions for UI tests
Browse files Browse the repository at this point in the history
  • Loading branch information
rubensousa committed Jun 18, 2024
1 parent 0324cbd commit 4436ac5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
matrix:
arch: [ x86 ]
target: [ android-tv ]
api-level: [27]
api-level: [22, 25, 27, 28, 29, 30, 31]
profile: [tv_1080p]
steps:
- name: checkout
Expand Down Expand Up @@ -120,7 +120,7 @@ jobs:
./gradlew --build-cache dpadrecyclerview-compose:connectedDebugAndroidTest
./gradlew --build-cache sample:connectedDebugAndroidTest
./gradlew --build-cache dpadrecyclerview-testing:connectedDebugAndroidTest
./gradlew --build-cache dpadrecyclerview:connectedDebugAndroidTest --info
./gradlew --build-cache dpadrecyclerview:connectedDebugAndroidTest
- name: Upload artifacts
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit 4436ac5

Please sign in to comment.