Skip to content

Commit

Permalink
update dependencies
Browse files Browse the repository at this point in the history
  • Loading branch information
metalurgical committed Dec 3, 2024
1 parent 9833046 commit f3be4cd
Show file tree
Hide file tree
Showing 26 changed files with 53 additions and 55 deletions.
38 changes: 14 additions & 24 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,30 +10,20 @@ on:
- reopened
- synchronize
jobs:
CI:
runs-on: macos-latest
strategy:
matrix:
api-level:
- 29
test:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: JDK 11
uses: actions/setup-java@v3
with:
java-version: '11'
distribution: temurin
- name: Gradle cache
uses: gradle/gradle-build-action@v2
- name: Test
- 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:
channel: canary
profile: "Nexus S"
api-level: '${{ matrix.api-level }}'
force-avd-creation: false
emulator-options: >-
-no-snapshot-save -no-window -gpu swiftshader_indirect -noaudio
-no-boot-anim -camera-back none
disable-animations: true
script: ./gradlew connectedCheck
api-level: 29
script: ./gradlew connectedCheck
Loading

0 comments on commit f3be4cd

Please sign in to comment.