Skip to content

Commit

Permalink
Remove emulator acceleration steps
Browse files Browse the repository at this point in the history
  • Loading branch information
PamCatten authored Feb 28, 2024
1 parent 78f1921 commit c7675ee
Showing 1 changed file with 3 additions and 12 deletions.
15 changes: 3 additions & 12 deletions .github/workflows/coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,18 +24,9 @@ jobs:

- name: Grant execute permission for gradlew
run: chmod +x gradlew

- name: Enable KVM group permissions
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: Setup emulator and generate test coverage reports
uses: ReactiveCircus/[email protected]
with:
api-level: 29
script: ./gradlew connectedCheck --no-daemon

- name: Generate test coverage reports
run: ./gradlew connectedCheck --no-daemon

- name: Upload coverage reports to GitHub
uses: actions/upload-artifact@v4
Expand Down

0 comments on commit c7675ee

Please sign in to comment.