This commit is contained in:
parent
5970b89fd1
commit
3141780dad
1 changed files with 4 additions and 0 deletions
|
@ -18,6 +18,10 @@ jobs:
|
||||||
pip install -r requirements.txt
|
pip install -r requirements.txt
|
||||||
pip install -r requirements-dev.txt
|
pip install -r requirements-dev.txt
|
||||||
|
|
||||||
|
- name: Copy example config
|
||||||
|
run: |
|
||||||
|
cp config_example.yaml config.yaml
|
||||||
|
|
||||||
- name: Run tests
|
- name: Run tests
|
||||||
run: |
|
run: |
|
||||||
pytest
|
pytest
|
||||||
|
|
Loading…
Add table
Reference in a new issue