Skip to content

Commit

Permalink
run android inegration test
Browse files Browse the repository at this point in the history
  • Loading branch information
saikrishna321 committed May 6, 2024
1 parent a24a74d commit 0ae9e44
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,6 +60,10 @@ jobs:
steps:
- name: checkout
uses: actions/checkout@v4
- name: Build
run: |
npm ci
npm run bundle
- name: Enable KVM
run: |
Expand All @@ -74,5 +78,5 @@ jobs:
target: ${{ matrix.target }}
arch: x86_64
profile: Nexus 6
script: adb devices
script: npm run integration-android

0 comments on commit 0ae9e44

Please sign in to comment.