Skip to content

Commit

Permalink
ssh into runner
Browse files Browse the repository at this point in the history
  • Loading branch information
ansgarschulte committed Feb 3, 2025
1 parent cc59c54 commit c6d14bb
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,8 @@ jobs:
test:
runs-on: steadybit_runner_ubuntu_latest_4cores_16GB_ARM
steps:
- name: Setup tmate session
uses: mxschmitt/action-tmate@v3
- 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
Expand Down

0 comments on commit c6d14bb

Please sign in to comment.