Skip to content

Commit

Permalink
Android testing // test
Browse files Browse the repository at this point in the history
  • Loading branch information
romellfudi committed Jun 23, 2021
1 parent c5a6b4b commit 90a0690
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,13 +49,18 @@ jobs:
name: Instrumented tests
runs-on: macos-latest
timeout-minutes: 25
env:
JAVA_TOOL_OPTIONS: -Xmx4g -XX:+UseParallelGC
ENABLE_APP_VERSIONING: false

steps:
- uses: actions/checkout@v2

- name: Set Up JDK 1.8
uses: actions/setup-java@v1
with:
java-version: 1.8

- name: Execute Unit Tests (gradlew test)
run: bash ./gradlew test --stacktrace

- name: Run Android instrumented tests
uses: reactivecircus/android-emulator-runner@v2
with:
Expand Down

0 comments on commit 90a0690

Please sign in to comment.