forked from third-party-mirrors/zfs_autobackup
Update manual.yml
This commit is contained in:
parent
fcc8470758
commit
930bf6cf50
8
.github/workflows/manual.yml
vendored
8
.github/workflows/manual.yml
vendored
@ -1,11 +1,7 @@
|
||||
name: Regression tests
|
||||
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
push:
|
||||
branches:
|
||||
- master
|
||||
on: ["push", "pull_request"]
|
||||
|
||||
|
||||
|
||||
@ -19,7 +15,7 @@ jobs:
|
||||
uses: actions/checkout@v2.3.4
|
||||
|
||||
- name: Prepare
|
||||
run: sudo apt-get install zfsutils-linux && sudo pip3 install coverage unittest2 mock==3.0.5
|
||||
run: sudo apt-get install zfsutils-linux && sudo pip3 install coverage unittest2 mock==3.0.5 coveralls
|
||||
|
||||
|
||||
- name: Regression test
|
||||
|
Loading…
x
Reference in New Issue
Block a user