Skip to content

Commit

Permalink
updated dashboard-frontend submodule and try android runner
Browse files Browse the repository at this point in the history
  • Loading branch information
saikrishna321 committed May 6, 2024
1 parent 5f5bd54 commit 3840222
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 2 deletions.
26 changes: 25 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,4 +51,28 @@ jobs:
run: |
npm ci
npm run bundle
AndroidIntegrationTest:
runs-on: macos-latest
strategy:
matrix:
api-level: [29]
target: [default, google_apis]
steps:
- name: checkout
uses: actions/checkout@v4

- name: Enable KVM
run: |
echo 'KERNEL=="kvm", GROUP="kvm", MODE="0666", OPTIONS+="static_node=kvm"' | sudo tee /etc/udev/rules.d/99-kvm4all.rules
sudo udevadm control --reload-rules
sudo udevadm trigger --name-match=kvm
- name: run tests
uses: reactivecircus/android-emulator-runner@v2
with:
api-level: ${{ matrix.api-level }}
target: ${{ matrix.target }}
arch: x86_64
profile: Nexus 6
script: adb devices

2 changes: 1 addition & 1 deletion dashboard-frontend

0 comments on commit 3840222

Please sign in to comment.