forked from third-party-mirrors/zfs_autobackup
Update manual.yml
This commit is contained in:
parent
656b435a7f
commit
10e7e5b95f
3
.github/workflows/manual.yml
vendored
3
.github/workflows/manual.yml
vendored
@ -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
|
||||||
|
Loading…
x
Reference in New Issue
Block a user