mirror of
https://github.com/android-password-store/Android-Password-Store
synced 2025-08-30 13:57:47 +00:00
Run tests for debug/release on 23/29 (#720)
* Also run unit tests for release build * Only test on API levels 23 and 29
This commit is contained in:
5
.github/workflows/pull_request.yml
vendored
5
.github/workflows/pull_request.yml
vendored
@@ -6,7 +6,8 @@ jobs:
|
||||
runs-on: macos-latest
|
||||
strategy:
|
||||
matrix:
|
||||
api-level: [23, 25, 27, 29]
|
||||
api-level: [23, 29]
|
||||
variant: [Debug, Release]
|
||||
steps:
|
||||
|
||||
- uses: actions/checkout@master
|
||||
@@ -20,7 +21,7 @@ jobs:
|
||||
key: gradle-${{ runner.os }}-${{ hashFiles('**/build.gradle') }}-${{ hashFiles('**/gradle/wrapper/gradle-wrapper.properties') }}-${{ hashFiles('**/dependencies.gradle') }}
|
||||
|
||||
- name: Run unit tests
|
||||
run: ./gradlew spotlessCheck testDebug lintDebug -Dpre-dex=false
|
||||
run: ./gradlew spotlessCheck test${{ matrix.variant }} lint${{ matrix.variant}} -Dpre-dex=false
|
||||
|
||||
- name: Run instrumentation tests
|
||||
uses: reactivecircus/android-emulator-runner@v2
|
||||
|
Reference in New Issue
Block a user