github: fix CI workflow to include screenshot tests

Signed-off-by: Harsh Shandilya <me@msfjarvis.dev>
This commit is contained in:
Harsh Shandilya 2021-03-10 16:05:51 +05:30
parent 5d5f602e80
commit 68431d4a25
No known key found for this signature in database
GPG key ID: 366D7BBAD1031E80

View file

@ -21,18 +21,13 @@ jobs:
- name: Copy CI gradle.properties - name: Copy CI gradle.properties
run: mkdir -p ~/.gradle ; cp .github/ci-gradle.properties ~/.gradle/gradle.properties run: mkdir -p ~/.gradle ; cp .github/ci-gradle.properties ~/.gradle/gradle.properties
- uses: burrunan/gradle-cache-action@03c71a8ba93d670980695505f48f49daf43704a6 - name: Run unit and instrumentation tests
name: Run unit tests
with:
arguments: test --stacktrace
- name: Run instrumentation tests
uses: reactivecircus/android-emulator-runner@d2799957d660add41c61a5103e2fbb9e2889eb73 uses: reactivecircus/android-emulator-runner@d2799957d660add41c61a5103e2fbb9e2889eb73
with: with:
api-level: 30 api-level: 30
target: google_apis target: google_apis
script: | script: |
./gradlew :app:connectedDebugAndroidTest ./gradlew test executeScreenshotTests --stacktrace
- name: (Fail-only) upload test report - name: (Fail-only) upload test report
if: failure() if: failure()