adding mocked tests to github actions
This commit is contained in:
parent
5c12651e4e
commit
e4a2c18d17
1 changed files with 4 additions and 0 deletions
4
.github/workflows/daemon-checks.yml
vendored
4
.github/workflows/daemon-checks.yml
vendored
|
@ -30,3 +30,7 @@ jobs:
|
|||
run: |
|
||||
cd daemon
|
||||
pipenv run flake8
|
||||
- name: tests
|
||||
run: |
|
||||
cd daemon
|
||||
pipenv run pytest -v --mock
|
||||
|
|
Loading…
Reference in a new issue