Skip to content

Commit

Permalink
switched to ReactiveCircus/android-emulator-runner to run the instrum…
Browse files Browse the repository at this point in the history
…ented tests
  • Loading branch information
dmengelt committed Dec 12, 2023
1 parent 317b091 commit 3227faa
Showing 1 changed file with 6 additions and 13 deletions.
19 changes: 6 additions & 13 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,20 +10,13 @@ on:

jobs:
test:
runs-on: ubuntu-latest

runs-on: macos-latest
steps:
- name: Checkout Repo
- name: checkout
uses: actions/checkout@v3

- name: Gradle Wrapper Validation
uses: gradle/[email protected]

- name: Set up JDK 17
uses: actions/setup-java@v3
- name: run tests
uses: reactivecircus/android-emulator-runner@v2
with:
java-version: '17'
distribution: 'temurin'

- name: Run tests
run: ./gradlew -p compose-pay-button connectedAndroidTest
api-level: 29
script: ./gradlew connectedCheck

0 comments on commit 3227faa

Please sign in to comment.