Skip to content

Commit

Permalink
Create test gh action
Browse files Browse the repository at this point in the history
  • Loading branch information
andresilveirah authored Jan 3, 2024
1 parent ce7f425 commit d1a8497
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
name: Test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
build-android:
runs-on: macos-latest
steps:
- name: run e2e tests
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: 29
profile: Nexus 6
script: avdmanager list device

0 comments on commit d1a8497

Please sign in to comment.