Update manual.yml

This commit is contained in:
DatuX 2021-02-02 14:50:06 +01:00 committed by GitHub
parent 1c1c6647f1
commit 656b435a7f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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