Skip to content

Commit

Permalink
[BROWSERTACK-GITHUB-ACTION] Create Android tests github action
Browse files Browse the repository at this point in the history
  • Loading branch information
vgarciabnz committed Sep 19, 2023
1 parent 0b3c686 commit fa30ca5
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/android-tests.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
name: Android tests

on: [pull_request]

jobs:
test:
runs-on: macos-latest
steps:
- name: checkout
uses: actions/checkout@v3

- name: run tests
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 29
script: ./gradlew :core:connectedDebugAndroidTest

0 comments on commit fa30ca5

Please sign in to comment.