Update manual.yml

This commit is contained in:
DatuX 2021-02-02 14:52:35 +01:00 committed by GitHub
parent 656b435a7f
commit 10e7e5b95f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -13,12 +13,13 @@ jobs:
ubuntu16: ubuntu16:
runs-on: ubuntu-16.04 runs-on: ubuntu-16.04
steps: steps:
- name: Checkout - name: Checkout
uses: actions/checkout@v2.3.4 uses: actions/checkout@v2.3.4
- name: Prepare - name: Prepare
run: sudo apt-get install zfsutils-linux; sudo pip3 install coverage run: sudo apt-get install zfsutils-linux && sudo pip3 install coverage unittest2
- name: Regression test - name: Regression test