diff --git a/.github/workflows/manual.yml b/.github/workflows/manual.yml index 4e0fd39..aef4313 100644 --- a/.github/workflows/manual.yml +++ b/.github/workflows/manual.yml @@ -7,9 +7,17 @@ on: jobs: ubuntu16: runs-on: ubuntu-16.04 + + + + + steps: + - name: Prepare + run: apt-get install zfsutils-linux + - name: Regression test - run: id; uname -a; dmesg + run: sudo zpool status