Skip to content

Commit

Permalink
Merge branch 'improved_text_entry'
Browse files Browse the repository at this point in the history
  • Loading branch information
simonpoole committed Nov 13, 2024
2 parents 68e386f + dcfb798 commit 51e5de6
Show file tree
Hide file tree
Showing 3 changed files with 144 additions and 74 deletions.
11 changes: 9 additions & 2 deletions .github/workflows/android.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ on:

jobs:
test:
runs-on: macos-latest
runs-on: ubuntu-latest

env:
# Needed to get some information about the pull request, if any
Expand All @@ -20,15 +20,22 @@ jobs:

steps:
- name: checkout
uses: actions/checkout@v2
uses: actions/checkout@v4
- name: set up JDK 17
uses: actions/setup-java@v1
with:
java-version: 17
- 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: 28
emulator-options: -no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio -no-boot-anim -camera-back none
disable-animations: true
script: ./gradlew connectedCheck
- name: Upload Test Results
if: ${{ always() }}
Expand Down
Loading

0 comments on commit 51e5de6

Please sign in to comment.