Skip to content

Commit

Permalink
add libvirt ci
Browse files Browse the repository at this point in the history
  • Loading branch information
samvarankashyap committed Mar 18, 2020
1 parent 9768314 commit 89eee25
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions .github/workflows/libvirtci.yml
Original file line number Diff line number Diff line change
@@ -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;

0 comments on commit 89eee25

Please sign in to comment.