Skip to content

Commit

Permalink
ci: use ubuntu-latest for functional tests
Browse files Browse the repository at this point in the history
As it supports kvm now
  • Loading branch information
wzieba committed Jan 23, 2024
1 parent 761cf77 commit 82da8a4
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/readme.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
name: artifact
path: ~/.m2/repository/com/parsely/parsely/*
functional-tests:
runs-on: macos-latest
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
Expand All @@ -55,8 +55,13 @@ jobs:
java-version: '17'
distribution: 'temurin'
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: Functional Tests
uses: reactivecircus/android-emulator-runner@v2.28.0
uses: reactivecircus/android-emulator-runner@v2.29.0
with:
working-directory: .
api-level: 31
Expand Down

0 comments on commit 82da8a4

Please sign in to comment.