Skip to content

Commit ec39041

Browse files
committed
test
Signed-off-by: Peng Tao <bergwolf@hyper.sh>
1 parent f214058 commit ec39041

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/static-checks-dragonball.yaml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ on:
1010
name: Static checks dragonball
1111
jobs:
1212
test-dragonball:
13-
runs-on: self-hosted
13+
runs-on: ubuntu-20.04
1414
env:
1515
RUST_BACKTRACE: "1"
1616
steps:
@@ -24,6 +24,9 @@ jobs:
2424
run: |
2525
./ci/install_rust.sh
2626
PATH=$PATH:"$HOME/.cargo/bin"
27+
- name: Check kvm
28+
run: |
29+
ls /dev/kvm
2730
- name: Run Unit Test
2831
if: ${{ !contains(github.event.pull_request.labels.*.name, 'force-skip-ci') }}
2932
run: |

0 commit comments

Comments
 (0)