diff --git a/.github/workflows/libvirtci.yml b/.github/workflows/libvirtci.yml new file mode 100644 index 000000000..97c00cddb --- /dev/null +++ b/.github/workflows/libvirtci.yml @@ -0,0 +1,14 @@ +name: "libvirt ci testing" + +on: [pull_request] + +jobs: + build: + name: Build libvirt machine + runs-on: ubuntu-latest + steps: + - uses: actions/checkout@v2 + - name: running a shell script file + run: | + sudo apt install cpu-checker; + sudo kvm-ok;