Skip to content

Commit

Permalink
run instrumentation tests for API level 34
Browse files Browse the repository at this point in the history
  • Loading branch information
calren authored Jul 24, 2024
1 parent 93f78dc commit e0d4c67
Showing 1 changed file with 11 additions and 1 deletion.
12 changes: 11 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
timeout-minutes: 55
strategy:
matrix:
api-level: [26, 30]
api-level: [34]

steps:
- name: Checkout
Expand All @@ -82,6 +82,16 @@ jobs:
- name: Setup Gradle
uses: gradle/gradle-build-action@v2

- name: Run instrumentation tests
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: ${{ matrix.api-level }}
arch: x86_64
disable-animations: true
disk-size: 6000M
heap-size: 600M
script: ./gradlew connectedDebugAndroidTest

- name: Upload test reports
if: always()
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit e0d4c67

Please sign in to comment.