Skip to content

Commit

Permalink
Run tests on Linux
Browse files Browse the repository at this point in the history
  • Loading branch information
yujincheng08 authored Jan 23, 2024
1 parent 2e46e45 commit 24218ac
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
test:
name: Test on API ${{ matrix.api-level }} ${{ matrix.arch }}
needs: build
runs-on: macos-latest
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -94,6 +94,11 @@ jobs:
distribution: 'temurin'
java-version: '17'
cache: 'gradle'
- name: Enable KVM group perms
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:
Expand Down

3 comments on commit 24218ac

@amengassoumi

This comment was marked as spam.

@amengassoumi

This comment was marked as spam.

@amengassoumi

This comment was marked as spam.

Please sign in to comment.