Skip to content

Commit

Permalink
chore: ci ubuntu
Browse files Browse the repository at this point in the history
  • Loading branch information
wtto00 committed Sep 22, 2023
1 parent 0783c72 commit f078100
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,14 +31,20 @@ jobs:

# runs-on: macos-latest
Test:
runs-on: ubuntu-latest
runs-on: ubuntu-latest-4-cores
needs: Lint
strategy:
matrix:
node: [20]
env:
GITHUB_CI: true
steps:
- 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: Checkout Code
uses: actions/checkout@v3

Expand Down

0 comments on commit f078100

Please sign in to comment.