diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 226753e6..aca4eb51 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -39,7 +39,7 @@ jobs: - name: Run Instrumented Tests manually uses: reactivecircus/android-emulator-runner@v2 with: - api-level: 22 + api-level: 30 script: ./gradlew connectedDebug --stacktrace --info - name: Run jacocoTestReport for each module run: ./gradlew jacocoTestReport --stacktrace --info