mirror of
https://github.com/psy0rz/zfs_autobackup.git
synced 2025-04-13 22:47:12 +03:00
Update manual.yml
This commit is contained in:
parent
52f9e0d810
commit
35f739b8dd
4
.github/workflows/manual.yml
vendored
4
.github/workflows/manual.yml
vendored
@ -8,14 +8,14 @@ on: ["push", "pull_request"]
|
||||
jobs:
|
||||
|
||||
ubuntu16:
|
||||
runs-on: ubuntu-16.04
|
||||
runs-on: ubuntu-20.04
|
||||
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2.3.4
|
||||
|
||||
- name: Prepare
|
||||
run: sudo apt-get install zfsutils-linux && sudo -H pip3 install setuptools && sudo -H pip3 install coverage unittest2 mock==3.0.5 coveralls
|
||||
run: sudo apt-get install zfsutils-linux && sudo -H pip3 install coverage unittest2 mock==3.0.5 coveralls
|
||||
|
||||
|
||||
- name: Regression test
|
||||
|
Loading…
x
Reference in New Issue
Block a user