Github flow
This commit is contained in:
parent
6520d26215
commit
2fe6ce4bea
1 changed files with 2 additions and 1 deletions
3
.github/workflows/build.yml
vendored
3
.github/workflows/build.yml
vendored
|
|
@ -26,7 +26,8 @@ jobs:
|
|||
- name: Checkout repository
|
||||
uses: actions/checkout@v2
|
||||
|
||||
- run: |
|
||||
- name: Run tests
|
||||
run: |
|
||||
cd src/
|
||||
pip install -r requirements.txt
|
||||
pytest -s tests/ -vv
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue