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
1c1c6647f1
commit
656b435a7f
9
.github/workflows/manual.yml
vendored
9
.github/workflows/manual.yml
vendored
@ -18,16 +18,11 @@ jobs:
|
||||
uses: actions/checkout@v2.3.4
|
||||
|
||||
- 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
|
||||
run: ls; sudo -E ./run_tests
|
||||
run: sudo -E ./run_tests
|
||||
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user