forked from third-party-mirrors/zfs_autobackup
Update manual.yml
This commit is contained in:
parent
35f739b8dd
commit
222568ad31
4
.github/workflows/manual.yml
vendored
4
.github/workflows/manual.yml
vendored
@ -7,7 +7,7 @@ on: ["push", "pull_request"]
|
|||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
|
|
||||||
ubuntu16:
|
ubuntu20:
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
@ -15,7 +15,7 @@ jobs:
|
|||||||
uses: actions/checkout@v2.3.4
|
uses: actions/checkout@v2.3.4
|
||||||
|
|
||||||
- name: Prepare
|
- name: Prepare
|
||||||
run: sudo apt-get install zfsutils-linux && sudo -H pip3 install coverage unittest2 mock==3.0.5 coveralls
|
run: sudo apt update && sudo apt install zfsutils-linux && sudo -H pip3 install coverage unittest2 mock==3.0.5 coveralls
|
||||||
|
|
||||||
|
|
||||||
- name: Regression test
|
- name: Regression test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user