Run tests on API 35

This commit is contained in:
Sylvia van Os
2025-03-16 18:31:53 +01:00
parent 8f00b17315
commit f2e77cdf09

View File

@@ -58,10 +58,10 @@ jobs:
api-level: 21
arch: x86_64
script: ./gradlew connected${{ matrix.flavor }}DebugAndroidTest
- name: Run instrumented tests (API 34)
- name: Run instrumented tests (API 35)
uses: ReactiveCircus/android-emulator-runner@v2
with:
api-level: 34
api-level: 35
arch: x86_64
script: ./gradlew connected${{ matrix.flavor }}DebugAndroidTest
- name: SpotBugs