Update manual.yml
This commit is contained in:
9
.github/workflows/manual.yml
vendored
9
.github/workflows/manual.yml
vendored
@ -18,16 +18,11 @@ jobs:
|
|||||||
uses: actions/checkout@v2.3.4
|
uses: actions/checkout@v2.3.4
|
||||||
|
|
||||||
- name: Prepare
|
- name: Prepare
|
||||||
run: sudo apt-get install zfsutils-linux
|
run: sudo apt-get install zfsutils-linux; sudo pip3 install coverage
|
||||||
|
|
||||||
- name: Coveralls
|
|
||||||
uses: AndreMiras/coveralls-python-action@develop
|
|
||||||
with:
|
|
||||||
parallel: true
|
|
||||||
flag-name: Unit Test
|
|
||||||
|
|
||||||
- name: Regression test
|
- name: Regression test
|
||||||
run: ls; sudo -E ./run_tests
|
run: sudo -E ./run_tests
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user